Html Css Color HEX #AF2730 Cardinal

📋 copy color: '#AF2730'

red 175 ◦ green 39 ◦ blue 48

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

Shades of Cardinal #AF2730

Tints of Cardinal #AF2730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 66.79%
G = 14.89%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF2730 (or 0xAF2730) is known color: Cardinal. HEX triplet: AF, 27 and 30. RGB value is (175,39,48). Sum of RGB (Red+Green+Blue) = 175+39+48=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2730 is #50D8CF. Grayscale: #505050. Windows color (decimal): -5298384 or 3155887. OLE color: 3155887.

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

Color convert

RGB 175 39 48 -
CMYK 0 0.78 0.73 0.31
HSL 356.03º 0.64% 0.42% -
HSV(B) 356.03º 0.78% 0.69% -
XYZ 18.94 10.78 3.88 -
YUV 80.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 175 39 48 0 0.78 0.73 0.31 356.03 0.64 0.42
Hex AF 27 30 0 4E 49 1F 164 40 2A
Octal 257 47 60 0 116 111 37 544 100 52
Binary 10101111 100111 110000 0 1001110 1001001 11111 101100100 1000000 101010

Color Harmonies of #AF2730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2730

Black with #AF2730

Text Example


Text Example

White with #AF2730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2730; }

 p { color: rgb(175,39,48); }

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

background-color css

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

 a { background-color: rgb(175,39,48); }

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

border-color css

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

 span { border-color: rgb(175,39,48); }

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