Html Css Color HEX #AF0635 Cardinal

📋 copy color: '#AF0635'

red 175 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #AF0635

Tints of Cardinal #AF0635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 74.79%
G = 2.56%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF0635 (or 0xAF0635) is known color: Cardinal. HEX triplet: AF, 06 and 35. RGB value is (175,6,53). Sum of RGB (Red+Green+Blue) = 175+6+53=234 (30% of max value = 765). Red value is 175 (68.75% from 255 or 74.79% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0635 is #50F9CA. Grayscale: #3D3D3D. Windows color (decimal): -5306827 or 3475119. OLE color: 3475119.

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

Color convert

RGB 175 6 53 -
CMYK 0 0.97 0.70 0.31
HSL 343.31º 0.93% 0.35% -
HSV(B) 343.31º 0.97% 0.69% -
XYZ 18.39 9.5 4.23 -
YUV 61.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 175 6 53 0 0.97 0.70 0.31 343.31 0.93 0.35
Hex AF 6 35 0 61 46 1F 157 5D 23
Octal 257 6 65 0 141 106 37 527 135 43
Binary 10101111 110 110101 0 1100001 1000110 11111 101010111 1011101 100011

Color Harmonies of #AF0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0635

Black with #AF0635

Text Example


Text Example

White with #AF0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0635; }

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

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

background-color css

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

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

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

border-color css

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

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

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