Html Css Color HEX #AF0133 Cardinal

📋 copy color: '#AF0133'

red 175 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #AF0133

Tints of Cardinal #AF0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 51 (20.31% from 255) = 22.47%

R = 77.09%
G = 0.44%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0133 (or 0xAF0133) is known color: Cardinal. HEX triplet: AF, 01 and 33. RGB value is (175,1,51). Sum of RGB (Red+Green+Blue) = 175+1+51=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0133 is #50FECC. Grayscale: #3A3A3A. Windows color (decimal): -5308109 or 3342767. OLE color: 3342767.

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

Color convert

RGB 175 1 51 -
CMYK 0 0.99 0.71 0.31
HSL 342.76º 0.99% 0.35% -
HSV(B) 342.76º 0.99% 0.69% -
XYZ 18.29 9.37 3.98 -
YUV 58.73 123.65 210.93 -
System Red Green Blue C M Y K H S L
Decimal 175 1 51 0 0.99 0.71 0.31 342.76 0.99 0.35
Hex AF 1 33 0 63 47 1F 157 63 23
Octal 257 1 63 0 143 107 37 527 143 43
Binary 10101111 1 110011 0 1100011 1000111 11111 101010111 1100011 100011

Color Harmonies of #AF0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0133

Black with #AF0133

Text Example


Text Example

White with #AF0133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0133; }

 p { color: rgb(175,1,51); }

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

background-color css

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

 a { background-color: rgb(175,1,51); }

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

border-color css

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

 span { border-color: rgb(175,1,51); }

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