Html Css Color HEX #C43340 Brick Red

📋 copy color: '#C43340'

red 196 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #C43340

Tints of Brick Red #C43340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 63.02%
G = 16.4%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C43340 (or 0xC43340) is known color: Brick Red. HEX triplet: C4, 33 and 40. RGB value is (196,51,64). Sum of RGB (Red+Green+Blue) = 196+51+64=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43340 is #3BCCBF. Grayscale: #5F5F5F. Windows color (decimal): -3919040 or 4207556. OLE color: 4207556.

HSL color Cylindrical-coordinate representation of color #C43340: hue angle of 354.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43340 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 64 -
CMYK 0 0.74 0.67 0.23
HSL 354.62º 0.59% 0.48% -
HSV(B) 354.62º 0.74% 0.77% -
XYZ 24.87 14.47 6.33 -
YUV 95.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 196 51 64 0 0.74 0.67 0.23 354.62 0.59 0.48
Hex C4 33 40 0 4A 43 17 163 3B 30
Octal 304 63 100 0 112 103 27 543 73 60
Binary 11000100 110011 1000000 0 1001010 1000011 10111 101100011 111011 110000

Color Harmonies of #C43340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43340

Black with #C43340

Text Example


Text Example

White with #C43340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43340; }

 p { color: rgb(196,51,64); }

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

background-color css

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

 a { background-color: rgb(196,51,64); }

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

border-color css

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

 span { border-color: rgb(196,51,64); }

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