Html Css Color HEX #B9053A Cardinal

📋 copy color: '#B9053A'

red 185 ◦ green 5 ◦ blue 58

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

Shades of Cardinal #B9053A

Tints of Cardinal #B9053A

RGB

 RED value IS 185 (72.66% from 255) = 74.6%

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 74.6%
G = 2.02%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9053A (or 0xB9053A) is known color: Cardinal. HEX triplet: B9, 05 and 3A. RGB value is (185,5,58). Sum of RGB (Red+Green+Blue) = 185+5+58=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9053A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9053A is #46FAC5. Grayscale: #404040. Windows color (decimal): -4651718 or 3802553. OLE color: 3802553.

HSL color Cylindrical-coordinate representation of color #B9053A: hue angle of 342.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9053A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 5 58 -
CMYK 0 0.97 0.69 0.27
HSL 342.33º 0.95% 0.37% -
HSV(B) 342.33º 0.97% 0.73% -
XYZ 20.83 10.73 4.98 -
YUV 64.86 124.13 213.69 -
System Red Green Blue C M Y K H S L
Decimal 185 5 58 0 0.97 0.69 0.27 342.33 0.95 0.37
Hex B9 5 3A 0 61 45 1B 156 5F 25
Octal 271 5 72 0 141 105 33 526 137 45
Binary 10111001 101 111010 0 1100001 1000101 11011 101010110 1011111 100101

Color Harmonies of #B9053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9053A

Black with #B9053A

Text Example


Text Example

White with #B9053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9053A; }

 p { color: rgb(185,5,58); }

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

background-color css

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

 a { background-color: rgb(185,5,58); }

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

border-color css

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

 span { border-color: rgb(185,5,58); }

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