Html Css Color HEX #AF183D Cardinal

📋 copy color: '#AF183D'

red 175 ◦ green 24 ◦ blue 61

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

Shades of Cardinal #AF183D

Tints of Cardinal #AF183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 67.31%
G = 9.23%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF183D (or 0xAF183D) is known color: Cardinal. HEX triplet: AF, 18 and 3D. RGB value is (175,24,61). Sum of RGB (Red+Green+Blue) = 175+24+61=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF183D is #50E7C2. Grayscale: #494949. Windows color (decimal): -5302211 or 4004015. OLE color: 4004015.

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

Color convert

RGB 175 24 61 -
CMYK 0 0.86 0.65 0.31
HSL 345.3º 0.76% 0.39% -
HSV(B) 345.3º 0.86% 0.69% -
XYZ 18.85 10.1 5.37 -
YUV 73.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 175 24 61 0 0.86 0.65 0.31 345.3 0.76 0.39
Hex AF 18 3D 0 56 41 1F 159 4C 27
Octal 257 30 75 0 126 101 37 531 114 47
Binary 10101111 11000 111101 0 1010110 1000001 11111 101011001 1001100 100111

Color Harmonies of #AF183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF183D

Black with #AF183D

Text Example


Text Example

White with #AF183D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF183D; }

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

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

background-color css

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

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

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

border-color css

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

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

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