Html Css Color HEX #B9063C Cardinal

📋 copy color: '#B9063C'

red 185 ◦ green 6 ◦ blue 60

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

Shades of Cardinal #B9063C

Tints of Cardinal #B9063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 73.71%
G = 2.39%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9063C (or 0xB9063C) is known color: Cardinal. HEX triplet: B9, 06 and 3C. RGB value is (185,6,60). Sum of RGB (Red+Green+Blue) = 185+6+60=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B9063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9063C is #46F9C3. Grayscale: #414141. Windows color (decimal): -4651460 or 3933881. OLE color: 3933881.

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

Color convert

RGB 185 6 60 -
CMYK 0 0.97 0.68 0.27
HSL 341.9º 0.94% 0.37% -
HSV(B) 341.9º 0.97% 0.73% -
XYZ 20.89 10.77 5.25 -
YUV 65.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 185 6 60 0 0.97 0.68 0.27 341.9 0.94 0.37
Hex B9 6 3C 0 61 44 1B 156 5E 25
Octal 271 6 74 0 141 104 33 526 136 45
Binary 10111001 110 111100 0 1100001 1000100 11011 101010110 1011110 100101

Color Harmonies of #B9063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9063C

Black with #B9063C

Text Example


Text Example

White with #B9063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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