Html Css Color HEX #AF1834 Cardinal

📋 copy color: '#AF1834'

red 175 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #AF1834

Tints of Cardinal #AF1834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.56%

 BLUE value IS 52 (20.7% from 255) = 20.72%

R = 69.72%
G = 9.56%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF1834 (or 0xAF1834) is known color: Cardinal. HEX triplet: AF, 18 and 34. RGB value is (175,24,52). Sum of RGB (Red+Green+Blue) = 175+24+52=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1834 is #50E7CB. Grayscale: #484848. Windows color (decimal): -5302220 or 3414191. OLE color: 3414191.

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

Color convert

RGB 175 24 52 -
CMYK 0 0.86 0.70 0.31
HSL 348.87º 0.76% 0.39% -
HSV(B) 348.87º 0.86% 0.69% -
XYZ 18.63 10.02 4.2 -
YUV 72.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 175 24 52 0 0.86 0.70 0.31 348.87 0.76 0.39
Hex AF 18 34 0 56 46 1F 15D 4C 27
Octal 257 30 64 0 126 106 37 535 114 47
Binary 10101111 11000 110100 0 1010110 1000110 11111 101011101 1001100 100111

Color Harmonies of #AF1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1834

Black with #AF1834

Text Example


Text Example

White with #AF1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1834; }

 p { color: rgb(175,24,52); }

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

background-color css

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

 a { background-color: rgb(175,24,52); }

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

border-color css

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

 span { border-color: rgb(175,24,52); }

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