Html Css Color HEX #CA374B Brick Red

📋 copy color: '#CA374B'

red 202 ◦ green 55 ◦ blue 75

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

Shades of Brick Red #CA374B

Tints of Brick Red #CA374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.57%

 BLUE value IS 75 (29.69% from 255) = 22.59%

R = 60.84%
G = 16.57%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA374B (or 0xCA374B) is known color: Brick Red. HEX triplet: CA, 37 and 4B. RGB value is (202,55,75). Sum of RGB (Red+Green+Blue) = 202+55+75=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA374B is #35C8B4. Grayscale: #656565. Windows color (decimal): -3524789 or 4929482. OLE color: 4929482.

HSL color Cylindrical-coordinate representation of color #CA374B: hue angle of 351.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA374B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 55 75 -
CMYK 0 0.73 0.63 0.21
HSL 351.84º 0.58% 0.5% -
HSV(B) 351.84º 0.73% 0.79% -
XYZ 26.99 15.8 8.28 -
YUV 101.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 202 55 75 0 0.73 0.63 0.21 351.84 0.58 0.5
Hex CA 37 4B 0 49 3F 15 160 3A 32
Octal 312 67 113 0 111 77 25 540 72 62
Binary 11001010 110111 1001011 0 1001001 111111 10101 101100000 111010 110010

Color Harmonies of #CA374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA374B

Black with #CA374B

Text Example


Text Example

White with #CA374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA374B; }

 p { color: rgb(202,55,75); }

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

background-color css

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

 a { background-color: rgb(202,55,75); }

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

border-color css

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

 span { border-color: rgb(202,55,75); }

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