Html Css Color HEX #AF0333 Cardinal

📋 copy color: '#AF0333'

red 175 ◦ green 3 ◦ blue 51

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

Shades of Cardinal #AF0333

Tints of Cardinal #AF0333

RGB

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

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

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

R = 76.42%
G = 1.31%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0333 (or 0xAF0333) is known color: Cardinal. HEX triplet: AF, 03 and 33. RGB value is (175,3,51). Sum of RGB (Red+Green+Blue) = 175+3+51=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0333 is #50FCCC. Grayscale: #3B3B3B. Windows color (decimal): -5307597 or 3343279. OLE color: 3343279.

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

Color convert

RGB 175 3 51 -
CMYK 0 0.98 0.71 0.31
HSL 343.26º 0.97% 0.35% -
HSV(B) 343.26º 0.98% 0.69% -
XYZ 18.31 9.42 3.98 -
YUV 59.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 175 3 51 0 0.98 0.71 0.31 343.26 0.97 0.35
Hex AF 3 33 0 62 47 1F 157 61 23
Octal 257 3 63 0 142 107 37 527 141 43
Binary 10101111 11 110011 0 1100010 1000111 11111 101010111 1100001 100011

Color Harmonies of #AF0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0333

Black with #AF0333

Text Example


Text Example

White with #AF0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0333; }

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

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

background-color css

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

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

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

border-color css

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

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

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