Html Css Color HEX #AF2338 Cardinal

📋 copy color: '#AF2338'

red 175 ◦ green 35 ◦ blue 56

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

Shades of Cardinal #AF2338

Tints of Cardinal #AF2338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

 BLUE value IS 56 (22.27% from 255) = 21.05%

R = 65.79%
G = 13.16%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF2338 (or 0xAF2338) is known color: Cardinal. HEX triplet: AF, 23 and 38. RGB value is (175,35,56). Sum of RGB (Red+Green+Blue) = 175+35+56=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2338 is #50DCC7. Grayscale: #4F4F4F. Windows color (decimal): -5299400 or 3679151. OLE color: 3679151.

HSL color Cylindrical-coordinate representation of color #AF2338: hue angle of 351º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2338 is Cyan = 0, Magento = 0.8, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 56 -
CMYK 0 0.8 0.68 0.31
HSL 351º 0.67% 0.41% -
HSV(B) 351º 0.8% 0.69% -
XYZ 18.99 10.6 4.79 -
YUV 79.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 175 35 56 0 0.8 0.68 0.31 351 0.67 0.41
Hex AF 23 38 0 50 44 1F 15F 43 29
Octal 257 43 70 0 120 104 37 537 103 51
Binary 10101111 100011 111000 0 1010000 1000100 11111 101011111 1000011 101001

Color Harmonies of #AF2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2338

Black with #AF2338

Text Example


Text Example

White with #AF2338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2338; }

 p { color: rgb(175,35,56); }

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

background-color css

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

 a { background-color: rgb(175,35,56); }

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

border-color css

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

 span { border-color: rgb(175,35,56); }

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