Html Css Color HEX #AF0632 Cardinal

📋 copy color: '#AF0632'

red 175 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #AF0632

Tints of Cardinal #AF0632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

 BLUE value IS 50 (19.92% from 255) = 21.65%

R = 75.76%
G = 2.6%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF0632 (or 0xAF0632) is known color: Cardinal. HEX triplet: AF, 06 and 32. RGB value is (175,6,50). Sum of RGB (Red+Green+Blue) = 175+6+50=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0632 is #50F9CD. Grayscale: #3D3D3D. Windows color (decimal): -5306830 or 3278511. OLE color: 3278511.

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

Color convert

RGB 175 6 50 -
CMYK 0 0.97 0.71 0.31
HSL 344.38º 0.93% 0.35% -
HSV(B) 344.38º 0.97% 0.69% -
XYZ 18.32 9.47 3.88 -
YUV 61.55 121.49 208.92 -
System Red Green Blue C M Y K H S L
Decimal 175 6 50 0 0.97 0.71 0.31 344.38 0.93 0.35
Hex AF 6 32 0 61 47 1F 158 5D 23
Octal 257 6 62 0 141 107 37 530 135 43
Binary 10101111 110 110010 0 1100001 1000111 11111 101011000 1011101 100011

Color Harmonies of #AF0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0632

Black with #AF0632

Text Example


Text Example

White with #AF0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0632; }

 p { color: rgb(175,6,50); }

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

background-color css

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

 a { background-color: rgb(175,6,50); }

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

border-color css

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

 span { border-color: rgb(175,6,50); }

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