Html Css Color HEX #B5092B Cardinal

📋 copy color: '#B5092B'

red 181 ◦ green 9 ◦ blue 43

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

Shades of Cardinal #B5092B

Tints of Cardinal #B5092B

RGB

 RED value IS 181 (71.09% from 255) = 77.68%

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 77.68%
G = 3.86%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B5092B (or 0xB5092B) is known color: Cardinal. HEX triplet: B5, 09 and 2B. RGB value is (181,9,43). Sum of RGB (Red+Green+Blue) = 181+9+43=233 (30% of max value = 765). Red value is 181 (71.09% from 255 or 77.68% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 181 - color contains mainly: red. Hex color #B5092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5092B is #4AF6D4. Grayscale: #404040. Windows color (decimal): -4912853 or 2820533. OLE color: 2820533.

HSL color Cylindrical-coordinate representation of color #B5092B: hue angle of 348.14º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5092B is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 9 43 -
CMYK 0 0.95 0.76 0.29
HSL 348.14º 0.91% 0.37% -
HSV(B) 348.14º 0.95% 0.71% -
XYZ 19.59 10.19 3.22 -
YUV 64.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 181 9 43 0 0.95 0.76 0.29 348.14 0.91 0.37
Hex B5 9 2B 0 5F 4C 1D 15C 5B 25
Octal 265 11 53 0 137 114 35 534 133 45
Binary 10110101 1001 101011 0 1011111 1001100 11101 101011100 1011011 100101

Color Harmonies of #B5092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5092B

Black with #B5092B

Text Example


Text Example

White with #B5092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5092B; }

 p { color: rgb(181,9,43); }

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

background-color css

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

 a { background-color: rgb(181,9,43); }

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

border-color css

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

 span { border-color: rgb(181,9,43); }

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