Html Css Color HEX #B9073A Cardinal

📋 copy color: '#B9073A'

red 185 ◦ green 7 ◦ blue 58

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

Shades of Cardinal #B9073A

Tints of Cardinal #B9073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.8%

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

R = 74%
G = 2.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9073A (or 0xB9073A) is known color: Cardinal. HEX triplet: B9, 07 and 3A. RGB value is (185,7,58). Sum of RGB (Red+Green+Blue) = 185+7+58=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9073A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9073A is #46F8C5. Grayscale: #424242. Windows color (decimal): -4651206 or 3803065. OLE color: 3803065.

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

Color convert

RGB 185 7 58 -
CMYK 0 0.96 0.69 0.27
HSL 342.81º 0.93% 0.38% -
HSV(B) 342.81º 0.96% 0.73% -
XYZ 20.85 10.77 4.98 -
YUV 66.04 123.47 212.85 -
System Red Green Blue C M Y K H S L
Decimal 185 7 58 0 0.96 0.69 0.27 342.81 0.93 0.38
Hex B9 7 3A 0 60 45 1B 157 5D 26
Octal 271 7 72 0 140 105 33 527 135 46
Binary 10111001 111 111010 0 1100000 1000101 11011 101010111 1011101 100110

Color Harmonies of #B9073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9073A

Black with #B9073A

Text Example


Text Example

White with #B9073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9073A; }

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

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

background-color css

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

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

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

border-color css

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

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

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