Html Css Color HEX #B80948 Cardinal

📋 copy color: '#B80948'

red 184 ◦ green 9 ◦ blue 72

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

Shades of Cardinal #B80948

Tints of Cardinal #B80948

RGB

 RED value IS 184 (72.27% from 255) = 69.43%

 GREEN value IS 9 (3.91% from 255) = 3.4%

 BLUE value IS 72 (28.52% from 255) = 27.17%

R = 69.43%
G = 3.4%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80948 (or 0xB80948) is known color: Cardinal. HEX triplet: B8, 09 and 48. RGB value is (184,9,72). Sum of RGB (Red+Green+Blue) = 184+9+72=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B80948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80948 is #47F6B7. Grayscale: #444444. Windows color (decimal): -4716216 or 4721080. OLE color: 4721080.

HSL color Cylindrical-coordinate representation of color #B80948: hue angle of 338.4º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80948 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 72 -
CMYK 0 0.95 0.61 0.28
HSL 338.4º 0.91% 0.38% -
HSV(B) 338.4º 0.95% 0.72% -
XYZ 21.03 10.85 7.12 -
YUV 68.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 184 9 72 0 0.95 0.61 0.28 338.4 0.91 0.38
Hex B8 9 48 0 5F 3D 1C 152 5B 26
Octal 270 11 110 0 137 75 34 522 133 46
Binary 10111000 1001 1001000 0 1011111 111101 11100 101010010 1011011 100110

Color Harmonies of #B80948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80948

Black with #B80948

Text Example


Text Example

White with #B80948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80948; }

 p { color: rgb(184,9,72); }

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

background-color css

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

 a { background-color: rgb(184,9,72); }

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

border-color css

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

 span { border-color: rgb(184,9,72); }

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