Html Css Color HEX #C43841 Brick Red

📋 copy color: '#C43841'

red 196 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #C43841

Tints of Brick Red #C43841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 61.83%
G = 17.67%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43841 (or 0xC43841) is known color: Brick Red. HEX triplet: C4, 38 and 41. RGB value is (196,56,65). Sum of RGB (Red+Green+Blue) = 196+56+65=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C43841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43841 is #3BC7BE. Grayscale: #626262. Windows color (decimal): -3917759 or 4274372. OLE color: 4274372.

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

Color convert

RGB 196 56 65 -
CMYK 0 0.71 0.67 0.23
HSL 356.14º 0.56% 0.49% -
HSV(B) 356.14º 0.71% 0.77% -
XYZ 25.13 14.95 6.56 -
YUV 98.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 196 56 65 0 0.71 0.67 0.23 356.14 0.56 0.49
Hex C4 38 41 0 47 43 17 164 38 31
Octal 304 70 101 0 107 103 27 544 70 61
Binary 11000100 111000 1000001 0 1000111 1000011 10111 101100100 111000 110001

Color Harmonies of #C43841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43841

Black with #C43841

Text Example


Text Example

White with #C43841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43841; }

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

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

background-color css

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

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

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

border-color css

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

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

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