Html Css Color HEX #AF0935 Cardinal

📋 copy color: '#AF0935'

red 175 ◦ green 9 ◦ blue 53

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

Shades of Cardinal #AF0935

Tints of Cardinal #AF0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 73.84%
G = 3.8%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF0935 (or 0xAF0935) is known color: Cardinal. HEX triplet: AF, 09 and 35. RGB value is (175,9,53). Sum of RGB (Red+Green+Blue) = 175+9+53=237 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.84% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0935 is #50F6CA. Grayscale: #3F3F3F. Windows color (decimal): -5306059 or 3475887. OLE color: 3475887.

HSL color Cylindrical-coordinate representation of color #AF0935: hue angle of 344.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0935 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 53 -
CMYK 0 0.95 0.70 0.31
HSL 344.1º 0.9% 0.36% -
HSV(B) 344.1º 0.95% 0.69% -
XYZ 18.42 9.57 4.24 -
YUV 63.65 122 207.42 -
System Red Green Blue C M Y K H S L
Decimal 175 9 53 0 0.95 0.70 0.31 344.1 0.9 0.36
Hex AF 9 35 0 5F 46 1F 158 5A 24
Octal 257 11 65 0 137 106 37 530 132 44
Binary 10101111 1001 110101 0 1011111 1000110 11111 101011000 1011010 100100

Color Harmonies of #AF0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0935

Black with #AF0935

Text Example


Text Example

White with #AF0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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