Html Css Color HEX #B92330 Cardinal

📋 copy color: '#B92330'

red 185 ◦ green 35 ◦ blue 48

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

Shades of Cardinal #B92330

Tints of Cardinal #B92330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 69.03%
G = 13.06%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92330 (or 0xB92330) is known color: Cardinal. HEX triplet: B9, 23 and 30. RGB value is (185,35,48). Sum of RGB (Red+Green+Blue) = 185+35+48=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B92330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92330 is #46DCCF. Grayscale: #515151. Windows color (decimal): -4644048 or 3154873. OLE color: 3154873.

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

Color convert

RGB 185 35 48 -
CMYK 0 0.81 0.74 0.27
HSL 354.8º 0.68% 0.43% -
HSV(B) 354.8º 0.81% 0.73% -
XYZ 21.14 11.73 3.95 -
YUV 81.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 185 35 48 0 0.81 0.74 0.27 354.8 0.68 0.43
Hex B9 23 30 0 51 4A 1B 163 44 2B
Octal 271 43 60 0 121 112 33 543 104 53
Binary 10111001 100011 110000 0 1010001 1001010 11011 101100011 1000100 101011

Color Harmonies of #B92330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92330

Black with #B92330

Text Example


Text Example

White with #B92330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92330; }

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

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

background-color css

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

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

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

border-color css

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

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

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