Html Css Color HEX #AF1836 Cardinal

📋 copy color: '#AF1836'

red 175 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #AF1836

Tints of Cardinal #AF1836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.34%

R = 69.17%
G = 9.49%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF1836 (or 0xAF1836) is known color: Cardinal. HEX triplet: AF, 18 and 36. RGB value is (175,24,54). Sum of RGB (Red+Green+Blue) = 175+24+54=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF1836 is #50E7C9. Grayscale: #484848. Windows color (decimal): -5302218 or 3545263. OLE color: 3545263.

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

Color convert

RGB 175 24 54 -
CMYK 0 0.86 0.69 0.31
HSL 348.08º 0.76% 0.39% -
HSV(B) 348.08º 0.86% 0.69% -
XYZ 18.67 10.03 4.44 -
YUV 72.57 117.53 201.06 -
System Red Green Blue C M Y K H S L
Decimal 175 24 54 0 0.86 0.69 0.31 348.08 0.76 0.39
Hex AF 18 36 0 56 45 1F 15C 4C 27
Octal 257 30 66 0 126 105 37 534 114 47
Binary 10101111 11000 110110 0 1010110 1000101 11111 101011100 1001100 100111

Color Harmonies of #AF1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1836

Black with #AF1836

Text Example


Text Example

White with #AF1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1836; }

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

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

background-color css

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

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

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

border-color css

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

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

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