Html Css Color HEX #AF1C02 Fire Brick

📋 copy color: '#AF1C02'

red 175 ◦ green 28 ◦ blue 2

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

Shades of Fire Brick #AF1C02

Tints of Fire Brick #AF1C02

RGB

 RED value IS 175 (68.75% from 255) = 85.37%

 GREEN value IS 28 (11.33% from 255) = 13.66%

 BLUE value IS 2 (1.17% from 255) = 0.98%

R = 85.37%
G = 13.66%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1C02 (or 0xAF1C02) is known color: Fire Brick. HEX triplet: AF, 1C and 02. RGB value is (175,28,2). Sum of RGB (Red+Green+Blue) = 175+28+2=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C02 is #50E3FD. Grayscale: #454545. Windows color (decimal): -5301246 or 138415. OLE color: 138415.

HSL color Cylindrical-coordinate representation of color #AF1C02: hue angle of 9.02º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF1C02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 28 2 -
CMYK 0 0.84 0.99 0.31
HSL 9.02º 0.98% 0.35% -
HSV(B) 9.02º 0.99% 0.69% -
XYZ 18.11 9.95 1.02 -
YUV 68.99 90.2 203.61 -
System Red Green Blue C M Y K H S L
Decimal 175 28 2 0 0.84 0.99 0.31 9.02 0.98 0.35
Hex AF 1C 2 0 54 63 1F 9 62 23
Octal 257 34 2 0 124 143 37 11 142 43
Binary 10101111 11100 10 0 1010100 1100011 11111 1001 1100010 100011

Color Harmonies of #AF1C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1C02

Black with #AF1C02

Text Example


Text Example

White with #AF1C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1C02; }

 p { color: rgb(175,28,2); }

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

background-color css

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

 a { background-color: rgb(175,28,2); }

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

border-color css

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

 span { border-color: rgb(175,28,2); }

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