Html Css Color HEX #AF1B2F Cardinal

📋 copy color: '#AF1B2F'

red 175 ◦ green 27 ◦ blue 47

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

Shades of Cardinal #AF1B2F

Tints of Cardinal #AF1B2F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 70.28%
G = 10.84%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1B2F (or 0xAF1B2F) is known color: Cardinal. HEX triplet: AF, 1B and 2F. RGB value is (175,27,47). Sum of RGB (Red+Green+Blue) = 175+27+47=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1B2F is #50E4D0. Grayscale: #494949. Windows color (decimal): -5301457 or 3087279. OLE color: 3087279.

HSL color Cylindrical-coordinate representation of color #AF1B2F: hue angle of 351.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF1B2F is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 27 47 -
CMYK 0 0.85 0.73 0.31
HSL 351.89º 0.73% 0.4% -
HSV(B) 351.89º 0.85% 0.69% -
XYZ 18.58 10.1 3.66 -
YUV 73.53 113.03 200.37 -
System Red Green Blue C M Y K H S L
Decimal 175 27 47 0 0.85 0.73 0.31 351.89 0.73 0.4
Hex AF 1B 2F 0 55 49 1F 160 49 28
Octal 257 33 57 0 125 111 37 540 111 50
Binary 10101111 11011 101111 0 1010101 1001001 11111 101100000 1001001 101000

Color Harmonies of #AF1B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1B2F

Black with #AF1B2F

Text Example


Text Example

White with #AF1B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1B2F; }

 p { color: rgb(175,27,47); }

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

background-color css

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

 a { background-color: rgb(175,27,47); }

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

border-color css

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

 span { border-color: rgb(175,27,47); }

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