Html Css Color HEX #C12820 Fire Brick

📋 copy color: '#C12820'

red 193 ◦ green 40 ◦ blue 32

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

Shades of Fire Brick #C12820

Tints of Fire Brick #C12820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 72.83%
G = 15.09%
B = 12.08%

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

#C12820 (or 0xC12820) is known color: Fire Brick. HEX triplet: C1, 28 and 20. RGB value is (193,40,32). Sum of RGB (Red+Green+Blue) = 193+40+32=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C12820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12820 is #3ED7DF. Grayscale: #555555. Windows color (decimal): -4118496 or 2107585. OLE color: 2107585.

HSL color Cylindrical-coordinate representation of color #C12820: hue angle of 2.98º 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 #C12820 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 32 -
CMYK 0 0.79 0.83 0.24
HSL 2.98º 0.72% 0.44% -
HSV(B) 2.98º 0.83% 0.76% -
XYZ 23.01 12.96 2.66 -
YUV 84.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 193 40 32 0 0.79 0.83 0.24 2.98 0.72 0.44
Hex C1 28 20 0 4F 53 18 3 48 2C
Octal 301 50 40 0 117 123 30 3 110 54
Binary 11000001 101000 100000 0 1001111 1010011 11000 11 1001000 101100

Color Harmonies of #C12820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12820

Black with #C12820

Text Example


Text Example

White with #C12820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12820; }

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

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

background-color css

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

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

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

border-color css

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

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

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