Html Css Color HEX #B92834 Cardinal

📋 copy color: '#B92834'

red 185 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #B92834

Tints of Cardinal #B92834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.77%

R = 66.79%
G = 14.44%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B92834 (or 0xB92834) is known color: Cardinal. HEX triplet: B9, 28 and 34. RGB value is (185,40,52). Sum of RGB (Red+Green+Blue) = 185+40+52=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92834 is #46D7CB. Grayscale: #545454. Windows color (decimal): -4642764 or 3418297. OLE color: 3418297.

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

Color convert

RGB 185 40 52 -
CMYK 0 0.78 0.72 0.27
HSL 355.03º 0.64% 0.44% -
HSV(B) 355.03º 0.78% 0.73% -
XYZ 21.39 12.08 4.45 -
YUV 84.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 185 40 52 0 0.78 0.72 0.27 355.03 0.64 0.44
Hex B9 28 34 0 4E 48 1B 163 40 2C
Octal 271 50 64 0 116 110 33 543 100 54
Binary 10111001 101000 110100 0 1001110 1001000 11011 101100011 1000000 101100

Color Harmonies of #B92834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92834

Black with #B92834

Text Example


Text Example

White with #B92834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92834; }

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

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

background-color css

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

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

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

border-color css

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

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

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