Html Css Color HEX #B9073E Cardinal

📋 copy color: '#B9073E'

red 185 ◦ green 7 ◦ blue 62

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

Shades of Cardinal #B9073E

Tints of Cardinal #B9073E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 72.83%
G = 2.76%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9073E (or 0xB9073E) is known color: Cardinal. HEX triplet: B9, 07 and 3E. RGB value is (185,7,62). Sum of RGB (Red+Green+Blue) = 185+7+62=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9073E is #46F8C1. Grayscale: #424242. Windows color (decimal): -4651202 or 4065209. OLE color: 4065209.

HSL color Cylindrical-coordinate representation of color #B9073E: hue angle of 341.46º 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 #B9073E is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 7 62 -
CMYK 0 0.96 0.66 0.27
HSL 341.46º 0.93% 0.38% -
HSV(B) 341.46º 0.96% 0.73% -
XYZ 20.95 10.81 5.54 -
YUV 66.49 125.47 212.53 -
System Red Green Blue C M Y K H S L
Decimal 185 7 62 0 0.96 0.66 0.27 341.46 0.93 0.38
Hex B9 7 3E 0 60 42 1B 155 5D 26
Octal 271 7 76 0 140 102 33 525 135 46
Binary 10111001 111 111110 0 1100000 1000010 11011 101010101 1011101 100110

Color Harmonies of #B9073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9073E

Black with #B9073E

Text Example


Text Example

White with #B9073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9073E; }

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

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

background-color css

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

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

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

border-color css

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

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

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