Html Css Color HEX #AF1135 Cardinal

📋 copy color: '#AF1135'

red 175 ◦ green 17 ◦ blue 53

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

Shades of Cardinal #AF1135

Tints of Cardinal #AF1135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 71.43%
G = 6.94%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1135 (or 0xAF1135) is known color: Cardinal. HEX triplet: AF, 11 and 35. RGB value is (175,17,53). Sum of RGB (Red+Green+Blue) = 175+17+53=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1135 is #50EECA. Grayscale: #444444. Windows color (decimal): -5304011 or 3477935. OLE color: 3477935.

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

Color convert

RGB 175 17 53 -
CMYK 0 0.90 0.70 0.31
HSL 346.33º 0.82% 0.38% -
HSV(B) 346.33º 0.9% 0.69% -
XYZ 18.52 9.77 4.28 -
YUV 68.35 119.35 204.07 -
System Red Green Blue C M Y K H S L
Decimal 175 17 53 0 0.90 0.70 0.31 346.33 0.82 0.38
Hex AF 11 35 0 5A 46 1F 15A 52 26
Octal 257 21 65 0 132 106 37 532 122 46
Binary 10101111 10001 110101 0 1011010 1000110 11111 101011010 1010010 100110

Color Harmonies of #AF1135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1135

Black with #AF1135

Text Example


Text Example

White with #AF1135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1135; }

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

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

background-color css

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

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

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

border-color css

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

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

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