Html Css Color HEX #B9063E Cardinal

📋 copy color: '#B9063E'

red 185 ◦ green 6 ◦ blue 62

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

Shades of Cardinal #B9063E

Tints of Cardinal #B9063E

RGB

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

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

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

R = 73.12%
G = 2.37%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9063E (or 0xB9063E) is known color: Cardinal. HEX triplet: B9, 06 and 3E. RGB value is (185,6,62). Sum of RGB (Red+Green+Blue) = 185+6+62=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9063E is #46F9C1. Grayscale: #414141. Windows color (decimal): -4651458 or 4064953. OLE color: 4064953.

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

Color convert

RGB 185 6 62 -
CMYK 0 0.97 0.66 0.27
HSL 341.23º 0.94% 0.37% -
HSV(B) 341.23º 0.97% 0.73% -
XYZ 20.94 10.79 5.54 -
YUV 65.91 125.8 212.95 -
System Red Green Blue C M Y K H S L
Decimal 185 6 62 0 0.97 0.66 0.27 341.23 0.94 0.37
Hex B9 6 3E 0 61 42 1B 155 5E 25
Octal 271 6 76 0 141 102 33 525 136 45
Binary 10111001 110 111110 0 1100001 1000010 11011 101010101 1011110 100101

Color Harmonies of #B9063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9063E

Black with #B9063E

Text Example


Text Example

White with #B9063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9063E; }

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

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

background-color css

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

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

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

border-color css

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

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

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