Html Css Color HEX #B80945 Cardinal

📋 copy color: '#B80945'

red 184 ◦ green 9 ◦ blue 69

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

Shades of Cardinal #B80945

Tints of Cardinal #B80945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.34%

R = 70.23%
G = 3.44%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B80945 (or 0xB80945) is known color: Cardinal. HEX triplet: B8, 09 and 45. RGB value is (184,9,69). Sum of RGB (Red+Green+Blue) = 184+9+69=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B80945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80945 is #47F6BA. Grayscale: #444444. Windows color (decimal): -4716219 or 4524472. OLE color: 4524472.

HSL color Cylindrical-coordinate representation of color #B80945: hue angle of 339.43º 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 #B80945 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 9 69 -
CMYK 0 0.95 0.62 0.28
HSL 339.43º 0.91% 0.38% -
HSV(B) 339.43º 0.95% 0.72% -
XYZ 20.94 10.82 6.61 -
YUV 68.17 128.48 210.62 -
System Red Green Blue C M Y K H S L
Decimal 184 9 69 0 0.95 0.62 0.28 339.43 0.91 0.38
Hex B8 9 45 0 5F 3E 1C 153 5B 26
Octal 270 11 105 0 137 76 34 523 133 46
Binary 10111000 1001 1000101 0 1011111 111110 11100 101010011 1011011 100110

Color Harmonies of #B80945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80945

Black with #B80945

Text Example


Text Example

White with #B80945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80945; }

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

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

background-color css

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

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

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

border-color css

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

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

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