Html Css Color HEX #B9063A Cardinal

📋 copy color: '#B9063A'

red 185 ◦ green 6 ◦ blue 58

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

Shades of Cardinal #B9063A

Tints of Cardinal #B9063A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 74.3%
G = 2.41%
B = 23.29%

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

#B9063A (or 0xB9063A) is known color: Cardinal. HEX triplet: B9, 06 and 3A. RGB value is (185,6,58). Sum of RGB (Red+Green+Blue) = 185+6+58=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9063A is #46F9C5. Grayscale: #414141. Windows color (decimal): -4651462 or 3802809. OLE color: 3802809.

HSL color Cylindrical-coordinate representation of color #B9063A: hue angle of 342.57º degrees, saturation: 0.94, 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 #B9063A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 6 58 -
CMYK 0 0.97 0.69 0.27
HSL 342.57º 0.94% 0.37% -
HSV(B) 342.57º 0.97% 0.73% -
XYZ 20.84 10.75 4.98 -
YUV 65.45 123.8 213.27 -
System Red Green Blue C M Y K H S L
Decimal 185 6 58 0 0.97 0.69 0.27 342.57 0.94 0.37
Hex B9 6 3A 0 61 45 1B 157 5E 25
Octal 271 6 72 0 141 105 33 527 136 45
Binary 10111001 110 111010 0 1100001 1000101 11011 101010111 1011110 100101

Color Harmonies of #B9063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9063A

Black with #B9063A

Text Example


Text Example

White with #B9063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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