Html Css Color HEX #CA2348 Brick Red

📋 copy color: '#CA2348'

red 202 ◦ green 35 ◦ blue 72

#CA2348
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CA2348

Tints of Brick Red #CA2348

RGB

 RED value IS 202 (79.3% from 255) = 65.37%

 GREEN value IS 35 (14.06% from 255) = 11.33%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 65.37%
G = 11.33%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA2348 (or 0xCA2348) is known color: Brick Red. HEX triplet: CA, 23 and 48. RGB value is (202,35,72). Sum of RGB (Red+Green+Blue) = 202+35+72=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2348 is #35DCB7. Grayscale: #595959. Windows color (decimal): -3529912 or 4727754. OLE color: 4727754.

HSL color Cylindrical-coordinate representation of color #CA2348: hue angle of 346.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2348 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 35 72 -
CMYK 0 0.83 0.64 0.21
HSL 346.71º 0.7% 0.46% -
HSV(B) 346.71º 0.83% 0.79% -
XYZ 26.13 14.23 7.5 -
YUV 89.15 118.33 208.49 -
System Red Green Blue C M Y K H S L
Decimal 202 35 72 0 0.83 0.64 0.21 346.71 0.7 0.46
Hex CA 23 48 0 53 40 15 15B 46 2E
Octal 312 43 110 0 123 100 25 533 106 56
Binary 11001010 100011 1001000 0 1010011 1000000 10101 101011011 1000110 101110

Color Harmonies of #CA2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2348

Black with #CA2348

Text Example


Text Example

White with #CA2348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2348; }

 p { color: rgb(202,35,72); }

 H1.HeaderClassName
 {
   color: #CA2348;
 }
 .AnyTagClassName
 {
   color: #CA2348;
 }
</style>

background-color css

<style>
 a { background-color: #CA2348; }

 a { background-color: rgb(202,35,72); }

 div.DivClassName
 {
   background-color: #CA2348;
 }
 .BgClassName
 {
   background-color: #CA2348;
 }
</style>

border-color css

<style>
 span { border-color: #CA2348; }

 span { border-color: rgb(202,35,72); }

 td.TdClassName
 {
   border-color: #CA2348;
 }
 .TagClassName
 {
   border-color: #CA2348;
 }
</style>