Html Css Color HEX #C52A42 Brick Red

📋 copy color: '#C52A42'

red 197 ◦ green 42 ◦ blue 66

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

Shades of Brick Red #C52A42

Tints of Brick Red #C52A42

RGB

 RED value IS 197 (77.34% from 255) = 64.59%

 GREEN value IS 42 (16.8% from 255) = 13.77%

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 64.59%
G = 13.77%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C52A42 (or 0xC52A42) is known color: Brick Red. HEX triplet: C5, 2A and 42. RGB value is (197,42,66). Sum of RGB (Red+Green+Blue) = 197+42+66=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52A42 is #3AD5BD. Grayscale: #5B5B5B. Windows color (decimal): -3855806 or 4336325. OLE color: 4336325.

HSL color Cylindrical-coordinate representation of color #C52A42: hue angle of 350.71º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A42 is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 66 -
CMYK 0 0.79 0.66 0.23
HSL 350.71º 0.65% 0.47% -
HSV(B) 350.71º 0.79% 0.77% -
XYZ 24.84 13.92 6.53 -
YUV 91.08 113.85 203.55 -
System Red Green Blue C M Y K H S L
Decimal 197 42 66 0 0.79 0.66 0.23 350.71 0.65 0.47
Hex C5 2A 42 0 4F 42 17 15F 41 2F
Octal 305 52 102 0 117 102 27 537 101 57
Binary 11000101 101010 1000010 0 1001111 1000010 10111 101011111 1000001 101111

Color Harmonies of #C52A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A42

Black with #C52A42

Text Example


Text Example

White with #C52A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A42; }

 p { color: rgb(197,42,66); }

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

background-color css

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

 a { background-color: rgb(197,42,66); }

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

border-color css

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

 span { border-color: rgb(197,42,66); }

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