Html Css Color HEX #AF1833 Cardinal

📋 copy color: '#AF1833'

red 175 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #AF1833

Tints of Cardinal #AF1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 20.4%

R = 70%
G = 9.6%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF1833 (or 0xAF1833) is known color: Cardinal. HEX triplet: AF, 18 and 33. RGB value is (175,24,51). Sum of RGB (Red+Green+Blue) = 175+24+51=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1833 is #50E7CC. Grayscale: #484848. Windows color (decimal): -5302221 or 3348655. OLE color: 3348655.

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

Color convert

RGB 175 24 51 -
CMYK 0 0.86 0.71 0.31
HSL 349.27º 0.76% 0.39% -
HSV(B) 349.27º 0.86% 0.69% -
XYZ 18.6 10.01 4.08 -
YUV 72.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 175 24 51 0 0.86 0.71 0.31 349.27 0.76 0.39
Hex AF 18 33 0 56 47 1F 15D 4C 27
Octal 257 30 63 0 126 107 37 535 114 47
Binary 10101111 11000 110011 0 1010110 1000111 11111 101011101 1001100 100111

Color Harmonies of #AF1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1833

Black with #AF1833

Text Example


Text Example

White with #AF1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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