Html Css Color HEX #B92530 Cardinal

📋 copy color: '#B92530'

red 185 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #B92530

Tints of Cardinal #B92530

RGB

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

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

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

R = 68.52%
G = 13.7%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B92530 (or 0xB92530) is known color: Cardinal. HEX triplet: B9, 25 and 30. RGB value is (185,37,48). Sum of RGB (Red+Green+Blue) = 185+37+48=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B92530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92530 is #46DACF. Grayscale: #525252. Windows color (decimal): -4643536 or 3155385. OLE color: 3155385.

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

Color convert

RGB 185 37 48 -
CMYK 0 0.80 0.74 0.27
HSL 355.54º 0.67% 0.44% -
HSV(B) 355.54º 0.8% 0.73% -
XYZ 21.2 11.85 3.97 -
YUV 82.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 185 37 48 0 0.80 0.74 0.27 355.54 0.67 0.44
Hex B9 25 30 0 50 4A 1B 164 43 2C
Octal 271 45 60 0 120 112 33 544 103 54
Binary 10111001 100101 110000 0 1010000 1001010 11011 101100100 1000011 101100

Color Harmonies of #B92530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92530

Black with #B92530

Text Example


Text Example

White with #B92530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92530; }

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

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

background-color css

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

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

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

border-color css

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

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

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