Html Css Color HEX #B9273A Cardinal

📋 copy color: '#B9273A'

red 185 ◦ green 39 ◦ blue 58

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

Shades of Cardinal #B9273A

Tints of Cardinal #B9273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 65.6%
G = 13.83%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B9273A (or 0xB9273A) is known color: Cardinal. HEX triplet: B9, 27 and 3A. RGB value is (185,39,58). Sum of RGB (Red+Green+Blue) = 185+39+58=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9273A is #46D8C5. Grayscale: #545454. Windows color (decimal): -4643014 or 3811257. OLE color: 3811257.

HSL color Cylindrical-coordinate representation of color #B9273A: hue angle of 352.19º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9273A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 58 -
CMYK 0 0.79 0.69 0.27
HSL 352.19º 0.65% 0.44% -
HSV(B) 352.19º 0.79% 0.73% -
XYZ 21.5 12.07 5.2 -
YUV 84.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 185 39 58 0 0.79 0.69 0.27 352.19 0.65 0.44
Hex B9 27 3A 0 4F 45 1B 160 41 2C
Octal 271 47 72 0 117 105 33 540 101 54
Binary 10111001 100111 111010 0 1001111 1000101 11011 101100000 1000001 101100

Color Harmonies of #B9273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9273A

Black with #B9273A

Text Example


Text Example

White with #B9273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9273A; }

 p { color: rgb(185,39,58); }

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

background-color css

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

 a { background-color: rgb(185,39,58); }

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

border-color css

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

 span { border-color: rgb(185,39,58); }

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