Html Css Color HEX #C12920 Fire Brick

📋 copy color: '#C12920'

red 193 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #C12920

Tints of Fire Brick #C12920

RGB

 RED value IS 193 (75.78% from 255) = 72.56%

 GREEN value IS 41 (16.41% from 255) = 15.41%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 72.56%
G = 15.41%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C12920 (or 0xC12920) is known color: Fire Brick. HEX triplet: C1, 29 and 20. RGB value is (193,41,32). Sum of RGB (Red+Green+Blue) = 193+41+32=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C12920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12920 is #3ED6DF. Grayscale: #555555. Windows color (decimal): -4118240 or 2107841. OLE color: 2107841.

HSL color Cylindrical-coordinate representation of color #C12920: hue angle of 3.35º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12920 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 32 -
CMYK 0 0.79 0.83 0.24
HSL 3.35º 0.72% 0.44% -
HSV(B) 3.35º 0.83% 0.76% -
XYZ 23.05 13.03 2.67 -
YUV 85.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 193 41 32 0 0.79 0.83 0.24 3.35 0.72 0.44
Hex C1 29 20 0 4F 53 18 3 48 2C
Octal 301 51 40 0 117 123 30 3 110 54
Binary 11000001 101001 100000 0 1001111 1010011 11000 11 1001000 101100

Color Harmonies of #C12920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12920

Black with #C12920

Text Example


Text Example

White with #C12920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12920; }

 p { color: rgb(193,41,32); }

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

background-color css

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

 a { background-color: rgb(193,41,32); }

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

border-color css

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

 span { border-color: rgb(193,41,32); }

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