Html Css Color HEX #B9062E Cardinal

📋 copy color: '#B9062E'

red 185 ◦ green 6 ◦ blue 46

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

Shades of Cardinal #B9062E

Tints of Cardinal #B9062E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.41%

R = 78.06%
G = 2.53%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9062E (or 0xB9062E) is known color: Cardinal. HEX triplet: B9, 06 and 2E. RGB value is (185,6,46). Sum of RGB (Red+Green+Blue) = 185+6+46=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9062E is #46F9D1. Grayscale: #404040. Windows color (decimal): -4651474 or 3016377. OLE color: 3016377.

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

Color convert

RGB 185 6 46 -
CMYK 0 0.97 0.75 0.27
HSL 346.59º 0.94% 0.37% -
HSV(B) 346.59º 0.97% 0.73% -
XYZ 20.57 10.64 3.55 -
YUV 64.08 117.8 214.25 -
System Red Green Blue C M Y K H S L
Decimal 185 6 46 0 0.97 0.75 0.27 346.59 0.94 0.37
Hex B9 6 2E 0 61 4B 1B 15B 5E 25
Octal 271 6 56 0 141 113 33 533 136 45
Binary 10111001 110 101110 0 1100001 1001011 11011 101011011 1011110 100101

Color Harmonies of #B9062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9062E

Black with #B9062E

Text Example


Text Example

White with #B9062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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