Html Css Color HEX #C12A23 Fire Brick

📋 copy color: '#C12A23'

red 193 ◦ green 42 ◦ blue 35

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

Shades of Fire Brick #C12A23

Tints of Fire Brick #C12A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 71.48%
G = 15.56%
B = 12.96%

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

#C12A23 (or 0xC12A23) is known color: Fire Brick. HEX triplet: C1, 2A and 23. RGB value is (193,42,35). Sum of RGB (Red+Green+Blue) = 193+42+35=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12A23 is #3ED5DC. Grayscale: #565656. Windows color (decimal): -4117981 or 2304705. OLE color: 2304705.

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

Color convert

RGB 193 42 35 -
CMYK 0 0.78 0.82 0.24
HSL 2.66º 0.69% 0.45% -
HSV(B) 2.66º 0.82% 0.76% -
XYZ 23.12 13.11 2.9 -
YUV 86.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 193 42 35 0 0.78 0.82 0.24 2.66 0.69 0.45
Hex C1 2A 23 0 4E 52 18 3 45 2D
Octal 301 52 43 0 116 122 30 3 105 55
Binary 11000001 101010 100011 0 1001110 1010010 11000 11 1000101 101101

Color Harmonies of #C12A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12A23

Black with #C12A23

Text Example


Text Example

White with #C12A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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