Html Css Color HEX #B92930 Cardinal

📋 copy color: '#B92930'

red 185 ◦ green 41 ◦ blue 48

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

Shades of Cardinal #B92930

Tints of Cardinal #B92930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 67.52%
G = 14.96%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92930 (or 0xB92930) is known color: Cardinal. HEX triplet: B9, 29 and 30. RGB value is (185,41,48). Sum of RGB (Red+Green+Blue) = 185+41+48=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92930 is #46D6CF. Grayscale: #545454. Windows color (decimal): -4642512 or 3156409. OLE color: 3156409.

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

Color convert

RGB 185 41 48 -
CMYK 0 0.78 0.74 0.27
HSL 357.08º 0.64% 0.44% -
HSV(B) 357.08º 0.78% 0.73% -
XYZ 21.33 12.11 4.01 -
YUV 84.85 107.21 199.43 -
System Red Green Blue C M Y K H S L
Decimal 185 41 48 0 0.78 0.74 0.27 357.08 0.64 0.44
Hex B9 29 30 0 4E 4A 1B 165 40 2C
Octal 271 51 60 0 116 112 33 545 100 54
Binary 10111001 101001 110000 0 1001110 1001010 11011 101100101 1000000 101100

Color Harmonies of #B92930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92930

Black with #B92930

Text Example


Text Example

White with #B92930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92930; }

 p { color: rgb(185,41,48); }

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

background-color css

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

 a { background-color: rgb(185,41,48); }

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

border-color css

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

 span { border-color: rgb(185,41,48); }

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