Html Css Color HEX #C42B43 Brick Red

📋 copy color: '#C42B43'

red 196 ◦ green 43 ◦ blue 67

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

Shades of Brick Red #C42B43

Tints of Brick Red #C42B43

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.05%

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

R = 64.05%
G = 14.05%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42B43 (or 0xC42B43) is known color: Brick Red. HEX triplet: C4, 2B and 43. RGB value is (196,43,67). Sum of RGB (Red+Green+Blue) = 196+43+67=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B43 is #3BD4BC. Grayscale: #5B5B5B. Windows color (decimal): -3921085 or 4402116. OLE color: 4402116.

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

Color convert

RGB 196 43 67 -
CMYK 0 0.78 0.66 0.23
HSL 350.59º 0.64% 0.47% -
HSV(B) 350.59º 0.78% 0.77% -
XYZ 24.64 13.87 6.69 -
YUV 91.48 114.19 202.55 -
System Red Green Blue C M Y K H S L
Decimal 196 43 67 0 0.78 0.66 0.23 350.59 0.64 0.47
Hex C4 2B 43 0 4E 42 17 15F 40 2F
Octal 304 53 103 0 116 102 27 537 100 57
Binary 11000100 101011 1000011 0 1001110 1000010 10111 101011111 1000000 101111

Color Harmonies of #C42B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B43

Black with #C42B43

Text Example


Text Example

White with #C42B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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