Html Css Color HEX #CA2D3B Brick Red

📋 copy color: '#CA2D3B'

red 202 ◦ green 45 ◦ blue 59

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

Shades of Brick Red #CA2D3B

Tints of Brick Red #CA2D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.71%

 BLUE value IS 59 (23.44% from 255) = 19.28%

R = 66.01%
G = 14.71%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA2D3B (or 0xCA2D3B) is known color: Brick Red. HEX triplet: CA, 2D and 3B. RGB value is (202,45,59). Sum of RGB (Red+Green+Blue) = 202+45+59=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D3B is #35D2C4. Grayscale: #5D5D5D. Windows color (decimal): -3527365 or 3878346. OLE color: 3878346.

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

Color convert

RGB 202 45 59 -
CMYK 0 0.78 0.71 0.21
HSL 354.65º 0.64% 0.48% -
HSV(B) 354.65º 0.78% 0.79% -
XYZ 26.08 14.75 5.61 -
YUV 93.54 108.51 205.36 -
System Red Green Blue C M Y K H S L
Decimal 202 45 59 0 0.78 0.71 0.21 354.65 0.64 0.48
Hex CA 2D 3B 0 4E 47 15 163 40 30
Octal 312 55 73 0 116 107 25 543 100 60
Binary 11001010 101101 111011 0 1001110 1000111 10101 101100011 1000000 110000

Color Harmonies of #CA2D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D3B

Black with #CA2D3B

Text Example


Text Example

White with #CA2D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D3B; }

 p { color: rgb(202,45,59); }

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

background-color css

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

 a { background-color: rgb(202,45,59); }

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

border-color css

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

 span { border-color: rgb(202,45,59); }

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