Html Css Color HEX #B92532 Cardinal

📋 copy color: '#B92532'

red 185 ◦ green 37 ◦ blue 50

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

Shades of Cardinal #B92532

Tints of Cardinal #B92532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 68.01%
G = 13.6%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B92532 (or 0xB92532) is known color: Cardinal. HEX triplet: B9, 25 and 32. RGB value is (185,37,50). Sum of RGB (Red+Green+Blue) = 185+37+50=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92532 is #46DACD. Grayscale: #525252. Windows color (decimal): -4643534 or 3286457. OLE color: 3286457.

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

Color convert

RGB 185 37 50 -
CMYK 0 0.80 0.73 0.27
HSL 354.73º 0.67% 0.44% -
HSV(B) 354.73º 0.8% 0.73% -
XYZ 21.24 11.87 4.19 -
YUV 82.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 185 37 50 0 0.80 0.73 0.27 354.73 0.67 0.44
Hex B9 25 32 0 50 49 1B 163 43 2C
Octal 271 45 62 0 120 111 33 543 103 54
Binary 10111001 100101 110010 0 1010000 1001001 11011 101100011 1000011 101100

Color Harmonies of #B92532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92532

Black with #B92532

Text Example


Text Example

White with #B92532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92532; }

 p { color: rgb(185,37,50); }

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

background-color css

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

 a { background-color: rgb(185,37,50); }

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

border-color css

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

 span { border-color: rgb(185,37,50); }

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