Html Css Color HEX #B9053C Cardinal

📋 copy color: '#B9053C'

red 185 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #B9053C

Tints of Cardinal #B9053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 74%
G = 2%
B = 24%

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

#B9053C (or 0xB9053C) is known color: Cardinal. HEX triplet: B9, 05 and 3C. RGB value is (185,5,60). Sum of RGB (Red+Green+Blue) = 185+5+60=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9053C is #46FAC3. Grayscale: #414141. Windows color (decimal): -4651716 or 3933625. OLE color: 3933625.

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

Color convert

RGB 185 5 60 -
CMYK 0 0.97 0.68 0.27
HSL 341.67º 0.95% 0.37% -
HSV(B) 341.67º 0.97% 0.73% -
XYZ 20.88 10.75 5.25 -
YUV 65.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 185 5 60 0 0.97 0.68 0.27 341.67 0.95 0.37
Hex B9 5 3C 0 61 44 1B 156 5F 25
Octal 271 5 74 0 141 104 33 526 137 45
Binary 10111001 101 111100 0 1100001 1000100 11011 101010110 1011111 100101

Color Harmonies of #B9053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9053C

Black with #B9053C

Text Example


Text Example

White with #B9053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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