Html Css Color HEX #AF0331 Cardinal

📋 copy color: '#AF0331'

red 175 ◦ green 3 ◦ blue 49

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

Shades of Cardinal #AF0331

Tints of Cardinal #AF0331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 77.09%
G = 1.32%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF0331 (or 0xAF0331) is known color: Cardinal. HEX triplet: AF, 03 and 31. RGB value is (175,3,49). Sum of RGB (Red+Green+Blue) = 175+3+49=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0331 is #50FCCE. Grayscale: #3B3B3B. Windows color (decimal): -5307599 or 3212207. OLE color: 3212207.

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

Color convert

RGB 175 3 49 -
CMYK 0 0.98 0.72 0.31
HSL 343.95º 0.97% 0.35% -
HSV(B) 343.95º 0.98% 0.69% -
XYZ 18.27 9.4 3.76 -
YUV 59.67 121.98 210.26 -
System Red Green Blue C M Y K H S L
Decimal 175 3 49 0 0.98 0.72 0.31 343.95 0.97 0.35
Hex AF 3 31 0 62 48 1F 158 61 23
Octal 257 3 61 0 142 110 37 530 141 43
Binary 10101111 11 110001 0 1100010 1001000 11111 101011000 1100001 100011

Color Harmonies of #AF0331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0331

Black with #AF0331

Text Example


Text Example

White with #AF0331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0331; }

 p { color: rgb(175,3,49); }

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

background-color css

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

 a { background-color: rgb(175,3,49); }

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

border-color css

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

 span { border-color: rgb(175,3,49); }

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