Html Css Color HEX #AF0238 Cardinal

📋 copy color: '#AF0238'

red 175 ◦ green 2 ◦ blue 56

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

Shades of Cardinal #AF0238

Tints of Cardinal #AF0238

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 75.11%
G = 0.86%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF0238 (or 0xAF0238) is known color: Cardinal. HEX triplet: AF, 02 and 38. RGB value is (175,2,56). Sum of RGB (Red+Green+Blue) = 175+2+56=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0238 is #50FDC7. Grayscale: #3B3B3B. Windows color (decimal): -5307848 or 3670703. OLE color: 3670703.

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

Color convert

RGB 175 2 56 -
CMYK 0 0.99 0.68 0.31
HSL 341.27º 0.98% 0.35% -
HSV(B) 341.27º 0.99% 0.69% -
XYZ 18.41 9.44 4.59 -
YUV 59.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 175 2 56 0 0.99 0.68 0.31 341.27 0.98 0.35
Hex AF 2 38 0 63 44 1F 155 62 23
Octal 257 2 70 0 143 104 37 525 142 43
Binary 10101111 10 111000 0 1100011 1000100 11111 101010101 1100010 100011

Color Harmonies of #AF0238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0238

Black with #AF0238

Text Example


Text Example

White with #AF0238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0238; }

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

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

background-color css

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

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

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

border-color css

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

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

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