Html Css Color HEX #AF0334 Cardinal

📋 copy color: '#AF0334'

red 175 ◦ green 3 ◦ blue 52

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

Shades of Cardinal #AF0334

Tints of Cardinal #AF0334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 76.09%
G = 1.3%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF0334 (or 0xAF0334) is known color: Cardinal. HEX triplet: AF, 03 and 34. RGB value is (175,3,52). Sum of RGB (Red+Green+Blue) = 175+3+52=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0334 is #50FCCB. Grayscale: #3B3B3B. Windows color (decimal): -5307596 or 3408815. OLE color: 3408815.

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

Color convert

RGB 175 3 52 -
CMYK 0 0.98 0.70 0.31
HSL 342.91º 0.97% 0.35% -
HSV(B) 342.91º 0.98% 0.69% -
XYZ 18.33 9.43 4.1 -
YUV 60.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 175 3 52 0 0.98 0.70 0.31 342.91 0.97 0.35
Hex AF 3 34 0 62 46 1F 157 61 23
Octal 257 3 64 0 142 106 37 527 141 43
Binary 10101111 11 110100 0 1100010 1000110 11111 101010111 1100001 100011

Color Harmonies of #AF0334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0334

Black with #AF0334

Text Example


Text Example

White with #AF0334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0334; }

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

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

background-color css

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

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

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

border-color css

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

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

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