Html Css Color HEX #AF2833 Cardinal

📋 copy color: '#AF2833'

red 175 ◦ green 40 ◦ blue 51

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

Shades of Cardinal #AF2833

Tints of Cardinal #AF2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 65.79%
G = 15.04%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2833 (or 0xAF2833) is known color: Cardinal. HEX triplet: AF, 28 and 33. RGB value is (175,40,51). Sum of RGB (Red+Green+Blue) = 175+40+51=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2833 is #50D7CC. Grayscale: #515151. Windows color (decimal): -5298125 or 3352751. OLE color: 3352751.

HSL color Cylindrical-coordinate representation of color #AF2833: hue angle of 355.11º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2833 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 51 -
CMYK 0 0.77 0.71 0.31
HSL 355.11º 0.63% 0.42% -
HSV(B) 355.11º 0.77% 0.69% -
XYZ 19.04 10.87 4.23 -
YUV 81.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 175 40 51 0 0.77 0.71 0.31 355.11 0.63 0.42
Hex AF 28 33 0 4D 47 1F 163 3F 2A
Octal 257 50 63 0 115 107 37 543 77 52
Binary 10101111 101000 110011 0 1001101 1000111 11111 101100011 111111 101010

Color Harmonies of #AF2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2833

Black with #AF2833

Text Example


Text Example

White with #AF2833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2833; }

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

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

background-color css

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

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

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

border-color css

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

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

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