Html Css Color HEX #B92138 Cardinal

📋 copy color: '#B92138'

red 185 ◦ green 33 ◦ blue 56

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

Shades of Cardinal #B92138

Tints of Cardinal #B92138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 67.52%
G = 12.04%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B92138 (or 0xB92138) is known color: Cardinal. HEX triplet: B9, 21 and 38. RGB value is (185,33,56). Sum of RGB (Red+Green+Blue) = 185+33+56=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B92138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92138 is #46DEC7. Grayscale: #515151. Windows color (decimal): -4644552 or 3678649. OLE color: 3678649.

HSL color Cylindrical-coordinate representation of color #B92138: hue angle of 350.92º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B92138 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 56 -
CMYK 0 0.82 0.70 0.27
HSL 350.92º 0.7% 0.43% -
HSV(B) 350.92º 0.82% 0.73% -
XYZ 21.27 11.69 4.88 -
YUV 81.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 185 33 56 0 0.82 0.70 0.27 350.92 0.7 0.43
Hex B9 21 38 0 52 46 1B 15F 46 2B
Octal 271 41 70 0 122 106 33 537 106 53
Binary 10111001 100001 111000 0 1010010 1000110 11011 101011111 1000110 101011

Color Harmonies of #B92138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92138

Black with #B92138

Text Example


Text Example

White with #B92138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92138; }

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

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

background-color css

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

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

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

border-color css

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

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

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