Html Css Color HEX #B9282F Cardinal

📋 copy color: '#B9282F'

red 185 ◦ green 40 ◦ blue 47

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

Shades of Cardinal #B9282F

Tints of Cardinal #B9282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

 BLUE value IS 47 (18.75% from 255) = 17.28%

R = 68.01%
G = 14.71%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B9282F (or 0xB9282F) is known color: Cardinal. HEX triplet: B9, 28 and 2F. RGB value is (185,40,47). Sum of RGB (Red+Green+Blue) = 185+40+47=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B9282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9282F is #46D7D0. Grayscale: #545454. Windows color (decimal): -4642769 or 3090617. OLE color: 3090617.

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

Color convert

RGB 185 40 47 -
CMYK 0 0.78 0.75 0.27
HSL 357.1º 0.64% 0.44% -
HSV(B) 357.1º 0.78% 0.73% -
XYZ 21.28 12.04 3.89 -
YUV 84.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 185 40 47 0 0.78 0.75 0.27 357.1 0.64 0.44
Hex B9 28 2F 0 4E 4B 1B 165 40 2C
Octal 271 50 57 0 116 113 33 545 100 54
Binary 10111001 101000 101111 0 1001110 1001011 11011 101100101 1000000 101100

Color Harmonies of #B9282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9282F

Black with #B9282F

Text Example


Text Example

White with #B9282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9282F; }

 p { color: rgb(185,40,47); }

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

background-color css

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

 a { background-color: rgb(185,40,47); }

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

border-color css

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

 span { border-color: rgb(185,40,47); }

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