Html Css Color HEX #AF1333 Cardinal

📋 copy color: '#AF1333'

red 175 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #AF1333

Tints of Cardinal #AF1333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

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

R = 71.43%
G = 7.76%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1333 (or 0xAF1333) is known color: Cardinal. HEX triplet: AF, 13 and 33. RGB value is (175,19,51). Sum of RGB (Red+Green+Blue) = 175+19+51=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1333 is #50ECCC. Grayscale: #454545. Windows color (decimal): -5303501 or 3347375. OLE color: 3347375.

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

Color convert

RGB 175 19 51 -
CMYK 0 0.89 0.71 0.31
HSL 347.69º 0.8% 0.38% -
HSV(B) 347.69º 0.89% 0.69% -
XYZ 18.51 9.82 4.05 -
YUV 69.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 175 19 51 0 0.89 0.71 0.31 347.69 0.8 0.38
Hex AF 13 33 0 59 47 1F 15C 50 26
Octal 257 23 63 0 131 107 37 534 120 46
Binary 10101111 10011 110011 0 1011001 1000111 11111 101011100 1010000 100110

Color Harmonies of #AF1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1333

Black with #AF1333

Text Example


Text Example

White with #AF1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1333; }

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

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

background-color css

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

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

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

border-color css

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

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

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