Html Css Color HEX #AF1132 Cardinal

📋 copy color: '#AF1132'

red 175 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #AF1132

Tints of Cardinal #AF1132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

 BLUE value IS 50 (19.92% from 255) = 20.66%

R = 72.31%
G = 7.02%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1132 (or 0xAF1132) is known color: Cardinal. HEX triplet: AF, 11 and 32. RGB value is (175,17,50). Sum of RGB (Red+Green+Blue) = 175+17+50=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1132 is #50EECD. Grayscale: #444444. Windows color (decimal): -5304014 or 3281327. OLE color: 3281327.

HSL color Cylindrical-coordinate representation of color #AF1132: hue angle of 347.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1132 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 50 -
CMYK 0 0.90 0.71 0.31
HSL 347.47º 0.82% 0.38% -
HSV(B) 347.47º 0.9% 0.69% -
XYZ 18.46 9.75 3.93 -
YUV 68 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 175 17 50 0 0.90 0.71 0.31 347.47 0.82 0.38
Hex AF 11 32 0 5A 47 1F 15B 52 26
Octal 257 21 62 0 132 107 37 533 122 46
Binary 10101111 10001 110010 0 1011010 1000111 11111 101011011 1010010 100110

Color Harmonies of #AF1132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1132

Black with #AF1132

Text Example


Text Example

White with #AF1132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1132; }

 p { color: rgb(175,17,50); }

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

background-color css

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

 a { background-color: rgb(175,17,50); }

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

border-color css

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

 span { border-color: rgb(175,17,50); }

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