Html Css Color HEX #B92838 Cardinal

📋 copy color: '#B92838'

red 185 ◦ green 40 ◦ blue 56

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

Shades of Cardinal #B92838

Tints of Cardinal #B92838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.93%

R = 65.84%
G = 14.23%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B92838 (or 0xB92838) is known color: Cardinal. HEX triplet: B9, 28 and 38. RGB value is (185,40,56). Sum of RGB (Red+Green+Blue) = 185+40+56=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B92838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92838 is #46D7C7. Grayscale: #555555. Windows color (decimal): -4642760 or 3680441. OLE color: 3680441.

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

Color convert

RGB 185 40 56 -
CMYK 0 0.78 0.70 0.27
HSL 353.38º 0.64% 0.44% -
HSV(B) 353.38º 0.78% 0.73% -
XYZ 21.48 12.12 4.95 -
YUV 85.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 185 40 56 0 0.78 0.70 0.27 353.38 0.64 0.44
Hex B9 28 38 0 4E 46 1B 161 40 2C
Octal 271 50 70 0 116 106 33 541 100 54
Binary 10111001 101000 111000 0 1001110 1000110 11011 101100001 1000000 101100

Color Harmonies of #B92838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92838

Black with #B92838

Text Example


Text Example

White with #B92838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92838; }

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

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

background-color css

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

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

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

border-color css

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

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

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