Html Css Color HEX #C42A3A Brick Red

📋 copy color: '#C42A3A'

red 196 ◦ green 42 ◦ blue 58

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

Shades of Brick Red #C42A3A

Tints of Brick Red #C42A3A

RGB

 RED value IS 196 (76.95% from 255) = 66.22%

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 66.22%
G = 14.19%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C42A3A (or 0xC42A3A) is known color: Brick Red. HEX triplet: C4, 2A and 3A. RGB value is (196,42,58). Sum of RGB (Red+Green+Blue) = 196+42+58=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42A3A is #3BD5C5. Grayscale: #595959. Windows color (decimal): -3921350 or 3812036. OLE color: 3812036.

HSL color Cylindrical-coordinate representation of color #C42A3A: hue angle of 353.77º 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 #C42A3A is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 42 58 -
CMYK 0 0.79 0.70 0.23
HSL 353.77º 0.65% 0.47% -
HSV(B) 353.77º 0.79% 0.77% -
XYZ 24.36 13.7 5.36 -
YUV 89.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 196 42 58 0 0.79 0.70 0.23 353.77 0.65 0.47
Hex C4 2A 3A 0 4F 46 17 162 41 2F
Octal 304 52 72 0 117 106 27 542 101 57
Binary 11000100 101010 111010 0 1001111 1000110 10111 101100010 1000001 101111

Color Harmonies of #C42A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42A3A

Black with #C42A3A

Text Example


Text Example

White with #C42A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42A3A; }

 p { color: rgb(196,42,58); }

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

background-color css

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

 a { background-color: rgb(196,42,58); }

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

border-color css

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

 span { border-color: rgb(196,42,58); }

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