Html Css Color HEX #C43A43 Brick Red

📋 copy color: '#C43A43'

red 196 ◦ green 58 ◦ blue 67

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

Shades of Brick Red #C43A43

Tints of Brick Red #C43A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 61.06%
G = 18.07%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C43A43 (or 0xC43A43) is known color: Brick Red. HEX triplet: C4, 3A and 43. RGB value is (196,58,67). Sum of RGB (Red+Green+Blue) = 196+58+67=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A43 is #3BC5BC. Grayscale: #646464. Windows color (decimal): -3917245 or 4405956. OLE color: 4405956.

HSL color Cylindrical-coordinate representation of color #C43A43: hue angle of 356.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A43 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 67 -
CMYK 0 0.70 0.66 0.23
HSL 356.09º 0.54% 0.5% -
HSV(B) 356.09º 0.7% 0.77% -
XYZ 25.29 15.17 6.9 -
YUV 100.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 196 58 67 0 0.70 0.66 0.23 356.09 0.54 0.5
Hex C4 3A 43 0 46 42 17 164 36 32
Octal 304 72 103 0 106 102 27 544 66 62
Binary 11000100 111010 1000011 0 1000110 1000010 10111 101100100 110110 110010

Color Harmonies of #C43A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A43

Black with #C43A43

Text Example


Text Example

White with #C43A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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