Html Css Color HEX #AF1A30 Cardinal

📋 copy color: '#AF1A30'

red 175 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #AF1A30

Tints of Cardinal #AF1A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 70.28%
G = 10.44%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF1A30 (or 0xAF1A30) is known color: Cardinal. HEX triplet: AF, 1A and 30. RGB value is (175,26,48). Sum of RGB (Red+Green+Blue) = 175+26+48=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF1A30 is #50E5CF. Grayscale: #494949. Windows color (decimal): -5301712 or 3152559. OLE color: 3152559.

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

Color convert

RGB 175 26 48 -
CMYK 0 0.85 0.73 0.31
HSL 351.14º 0.74% 0.39% -
HSV(B) 351.14º 0.85% 0.69% -
XYZ 18.58 10.07 3.76 -
YUV 73.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 175 26 48 0 0.85 0.73 0.31 351.14 0.74 0.39
Hex AF 1A 30 0 55 49 1F 15F 4A 27
Octal 257 32 60 0 125 111 37 537 112 47
Binary 10101111 11010 110000 0 1010101 1001001 11111 101011111 1001010 100111

Color Harmonies of #AF1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1A30

Black with #AF1A30

Text Example


Text Example

White with #AF1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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