Html Css Color HEX #AF1A35 Cardinal

📋 copy color: '#AF1A35'

red 175 ◦ green 26 ◦ blue 53

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

Shades of Cardinal #AF1A35

Tints of Cardinal #AF1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 68.9%
G = 10.24%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1A35 (or 0xAF1A35) is known color: Cardinal. HEX triplet: AF, 1A and 35. RGB value is (175,26,53). Sum of RGB (Red+Green+Blue) = 175+26+53=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A35 is #50E5CA. Grayscale: #494949. Windows color (decimal): -5301707 or 3480239. OLE color: 3480239.

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

Color convert

RGB 175 26 53 -
CMYK 0 0.85 0.70 0.31
HSL 349.13º 0.74% 0.39% -
HSV(B) 349.13º 0.85% 0.69% -
XYZ 18.69 10.11 4.33 -
YUV 73.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 175 26 53 0 0.85 0.70 0.31 349.13 0.74 0.39
Hex AF 1A 35 0 55 46 1F 15D 4A 27
Octal 257 32 65 0 125 106 37 535 112 47
Binary 10101111 11010 110101 0 1010101 1000110 11111 101011101 1001010 100111

Color Harmonies of #AF1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A35

Black with #AF1A35

Text Example


Text Example

White with #AF1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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