Html Css Color HEX #B92639 Cardinal

📋 copy color: '#B92639'

red 185 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #B92639

Tints of Cardinal #B92639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 57 (22.66% from 255) = 20.36%

R = 66.07%
G = 13.57%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B92639 (or 0xB92639) is known color: Cardinal. HEX triplet: B9, 26 and 39. RGB value is (185,38,57). Sum of RGB (Red+Green+Blue) = 185+38+57=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B92639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92639 is #46D9C6. Grayscale: #545454. Windows color (decimal): -4643271 or 3745465. OLE color: 3745465.

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

Color convert

RGB 185 38 57 -
CMYK 0 0.79 0.69 0.27
HSL 352.24º 0.66% 0.44% -
HSV(B) 352.24º 0.79% 0.73% -
XYZ 21.44 12 5.06 -
YUV 84.12 112.7 199.96 -
System Red Green Blue C M Y K H S L
Decimal 185 38 57 0 0.79 0.69 0.27 352.24 0.66 0.44
Hex B9 26 39 0 4F 45 1B 160 42 2C
Octal 271 46 71 0 117 105 33 540 102 54
Binary 10111001 100110 111001 0 1001111 1000101 11011 101100000 1000010 101100

Color Harmonies of #B92639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92639

Black with #B92639

Text Example


Text Example

White with #B92639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92639; }

 p { color: rgb(185,38,57); }

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

background-color css

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

 a { background-color: rgb(185,38,57); }

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

border-color css

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

 span { border-color: rgb(185,38,57); }

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