Html Css Color HEX #C12822 Fire Brick

📋 copy color: '#C12822'

red 193 ◦ green 40 ◦ blue 34

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

Shades of Fire Brick #C12822

Tints of Fire Brick #C12822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.73%

R = 72.28%
G = 14.98%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12822 (or 0xC12822) is known color: Fire Brick. HEX triplet: C1, 28 and 22. RGB value is (193,40,34). Sum of RGB (Red+Green+Blue) = 193+40+34=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C12822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12822 is #3ED7DD. Grayscale: #555555. Windows color (decimal): -4118494 or 2238657. OLE color: 2238657.

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

Color convert

RGB 193 40 34 -
CMYK 0 0.79 0.82 0.24
HSL 2.26º 0.7% 0.45% -
HSV(B) 2.26º 0.82% 0.76% -
XYZ 23.04 12.97 2.8 -
YUV 85.06 99.19 204.99 -
System Red Green Blue C M Y K H S L
Decimal 193 40 34 0 0.79 0.82 0.24 2.26 0.7 0.45
Hex C1 28 22 0 4F 52 18 2 46 2D
Octal 301 50 42 0 117 122 30 2 106 55
Binary 11000001 101000 100010 0 1001111 1010010 11000 10 1000110 101101

Color Harmonies of #C12822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12822

Black with #C12822

Text Example


Text Example

White with #C12822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12822; }

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

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

background-color css

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

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

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

border-color css

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

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

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