Html Css Color HEX #C12A22 Fire Brick

📋 copy color: '#C12A22'

red 193 ◦ green 42 ◦ blue 34

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

Shades of Fire Brick #C12A22

Tints of Fire Brick #C12A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.61%

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

R = 71.75%
G = 15.61%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C12A22 (or 0xC12A22) is known color: Fire Brick. HEX triplet: C1, 2A and 22. RGB value is (193,42,34). Sum of RGB (Red+Green+Blue) = 193+42+34=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A22 is #3ED5DD. Grayscale: #565656. Windows color (decimal): -4117982 or 2239169. OLE color: 2239169.

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

Color convert

RGB 193 42 34 -
CMYK 0 0.78 0.82 0.24
HSL 3.02º 0.7% 0.45% -
HSV(B) 3.02º 0.82% 0.76% -
XYZ 23.11 13.11 2.83 -
YUV 86.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 193 42 34 0 0.78 0.82 0.24 3.02 0.7 0.45
Hex C1 2A 22 0 4E 52 18 3 46 2D
Octal 301 52 42 0 116 122 30 3 106 55
Binary 11000001 101010 100010 0 1001110 1010010 11000 11 1000110 101101

Color Harmonies of #C12A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A22

Black with #C12A22

Text Example


Text Example

White with #C12A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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