Html Css Color HEX #AF2633 Cardinal

📋 copy color: '#AF2633'

red 175 ◦ green 38 ◦ blue 51

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

Shades of Cardinal #AF2633

Tints of Cardinal #AF2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

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

R = 66.29%
G = 14.39%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2633 (or 0xAF2633) is known color: Cardinal. HEX triplet: AF, 26 and 33. RGB value is (175,38,51). Sum of RGB (Red+Green+Blue) = 175+38+51=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2633 is #50D9CC. Grayscale: #505050. Windows color (decimal): -5298637 or 3352239. OLE color: 3352239.

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

Color convert

RGB 175 38 51 -
CMYK 0 0.78 0.71 0.31
HSL 354.31º 0.64% 0.42% -
HSV(B) 354.31º 0.78% 0.69% -
XYZ 18.97 10.74 4.21 -
YUV 80.45 111.39 195.44 -
System Red Green Blue C M Y K H S L
Decimal 175 38 51 0 0.78 0.71 0.31 354.31 0.64 0.42
Hex AF 26 33 0 4E 47 1F 162 40 2A
Octal 257 46 63 0 116 107 37 542 100 52
Binary 10101111 100110 110011 0 1001110 1000111 11111 101100010 1000000 101010

Color Harmonies of #AF2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2633

Black with #AF2633

Text Example


Text Example

White with #AF2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2633; }

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

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

background-color css

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

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

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

border-color css

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

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

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