Html Css Color HEX #CA2938 Brick Red

📋 copy color: '#CA2938'

red 202 ◦ green 41 ◦ blue 56

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

Shades of Brick Red #CA2938

Tints of Brick Red #CA2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 67.56%
G = 13.71%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA2938 (or 0xCA2938) is known color: Brick Red. HEX triplet: CA, 29 and 38. RGB value is (202,41,56). Sum of RGB (Red+Green+Blue) = 202+41+56=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2938 is #35D6C7. Grayscale: #5A5A5A. Windows color (decimal): -3528392 or 3680714. OLE color: 3680714.

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

Color convert

RGB 202 41 56 -
CMYK 0 0.80 0.72 0.21
HSL 354.41º 0.66% 0.48% -
HSV(B) 354.41º 0.8% 0.79% -
XYZ 25.86 14.43 5.16 -
YUV 90.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 202 41 56 0 0.80 0.72 0.21 354.41 0.66 0.48
Hex CA 29 38 0 50 48 15 162 42 30
Octal 312 51 70 0 120 110 25 542 102 60
Binary 11001010 101001 111000 0 1010000 1001000 10101 101100010 1000010 110000

Color Harmonies of #CA2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2938

Black with #CA2938

Text Example


Text Example

White with #CA2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2938; }

 p { color: rgb(202,41,56); }

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

background-color css

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

 a { background-color: rgb(202,41,56); }

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

border-color css

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

 span { border-color: rgb(202,41,56); }

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