Html Css Color HEX #CA283F Brick Red

📋 copy color: '#CA283F'

red 202 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #CA283F

Tints of Brick Red #CA283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 63 (25% from 255) = 20.66%

R = 66.23%
G = 13.11%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA283F (or 0xCA283F) is known color: Brick Red. HEX triplet: CA, 28 and 3F. RGB value is (202,40,63). Sum of RGB (Red+Green+Blue) = 202+40+63=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA283F is #35D7C0. Grayscale: #5B5B5B. Windows color (decimal): -3528641 or 4139210. OLE color: 4139210.

HSL color Cylindrical-coordinate representation of color #CA283F: hue angle of 351.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA283F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 63 -
CMYK 0 0.80 0.69 0.21
HSL 351.48º 0.67% 0.47% -
HSV(B) 351.48º 0.8% 0.79% -
XYZ 26.01 14.43 6.12 -
YUV 91.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 202 40 63 0 0.80 0.69 0.21 351.48 0.67 0.47
Hex CA 28 3F 0 50 45 15 15F 43 2F
Octal 312 50 77 0 120 105 25 537 103 57
Binary 11001010 101000 111111 0 1010000 1000101 10101 101011111 1000011 101111

Color Harmonies of #CA283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA283F

Black with #CA283F

Text Example


Text Example

White with #CA283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA283F; }

 p { color: rgb(202,40,63); }

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

background-color css

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

 a { background-color: rgb(202,40,63); }

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

border-color css

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

 span { border-color: rgb(202,40,63); }

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