Html Css Color HEX #AF1F02 Fire Brick

📋 copy color: '#AF1F02'

red 175 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #AF1F02

Tints of Fire Brick #AF1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.9%

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

R = 84.13%
G = 14.9%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF1F02 (or 0xAF1F02) is known color: Fire Brick. HEX triplet: AF, 1F and 02. RGB value is (175,31,2). Sum of RGB (Red+Green+Blue) = 175+31+2=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F02 is #50E0FD. Grayscale: #474747. Windows color (decimal): -5300478 or 139183. OLE color: 139183.

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

Color convert

RGB 175 31 2 -
CMYK 0 0.82 0.99 0.31
HSL 10.06º 0.98% 0.35% -
HSV(B) 10.06º 0.99% 0.69% -
XYZ 18.18 10.1 1.05 -
YUV 70.75 89.21 202.36 -
System Red Green Blue C M Y K H S L
Decimal 175 31 2 0 0.82 0.99 0.31 10.06 0.98 0.35
Hex AF 1F 2 0 52 63 1F A 62 23
Octal 257 37 2 0 122 143 37 12 142 43
Binary 10101111 11111 10 0 1010010 1100011 11111 1010 1100010 100011

Color Harmonies of #AF1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1F02

Black with #AF1F02

Text Example


Text Example

White with #AF1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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