Html Css Color HEX #C43845 Brick Red

📋 copy color: '#C43845'

red 196 ◦ green 56 ◦ blue 69

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

Shades of Brick Red #C43845

Tints of Brick Red #C43845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 69 (27.34% from 255) = 21.5%

R = 61.06%
G = 17.45%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C43845 (or 0xC43845) is known color: Brick Red. HEX triplet: C4, 38 and 45. RGB value is (196,56,69). Sum of RGB (Red+Green+Blue) = 196+56+69=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C43845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43845 is #3BC7BA. Grayscale: #636363. Windows color (decimal): -3917755 or 4536516. OLE color: 4536516.

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

Color convert

RGB 196 56 69 -
CMYK 0 0.71 0.65 0.23
HSL 354.43º 0.56% 0.49% -
HSV(B) 354.43º 0.71% 0.77% -
XYZ 25.25 14.99 7.19 -
YUV 99.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 196 56 69 0 0.71 0.65 0.23 354.43 0.56 0.49
Hex C4 38 45 0 47 41 17 162 38 31
Octal 304 70 105 0 107 101 27 542 70 61
Binary 11000100 111000 1000101 0 1000111 1000001 10111 101100010 111000 110001

Color Harmonies of #C43845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43845

Black with #C43845

Text Example


Text Example

White with #C43845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43845; }

 p { color: rgb(196,56,69); }

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

background-color css

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

 a { background-color: rgb(196,56,69); }

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

border-color css

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

 span { border-color: rgb(196,56,69); }

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