Html Css Color HEX #AF2334 Cardinal

📋 copy color: '#AF2334'

red 175 ◦ green 35 ◦ blue 52

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

Shades of Cardinal #AF2334

Tints of Cardinal #AF2334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 66.79%
G = 13.36%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF2334 (or 0xAF2334) is known color: Cardinal. HEX triplet: AF, 23 and 34. RGB value is (175,35,52). Sum of RGB (Red+Green+Blue) = 175+35+52=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2334 is #50DCCB. Grayscale: #4E4E4E. Windows color (decimal): -5299404 or 3417007. OLE color: 3417007.

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

Color convert

RGB 175 35 52 -
CMYK 0 0.8 0.70 0.31
HSL 352.71º 0.67% 0.41% -
HSV(B) 352.71º 0.8% 0.69% -
XYZ 18.9 10.56 4.29 -
YUV 78.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 175 35 52 0 0.8 0.70 0.31 352.71 0.67 0.41
Hex AF 23 34 0 50 46 1F 161 43 29
Octal 257 43 64 0 120 106 37 541 103 51
Binary 10101111 100011 110100 0 1010000 1000110 11111 101100001 1000011 101001

Color Harmonies of #AF2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2334

Black with #AF2334

Text Example


Text Example

White with #AF2334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2334; }

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

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

background-color css

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

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

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

border-color css

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

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

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