Html Css Color HEX #B1092B Cardinal

📋 copy color: '#B1092B'

red 177 ◦ green 9 ◦ blue 43

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

Shades of Cardinal #B1092B

Tints of Cardinal #B1092B

RGB

 RED value IS 177 (69.53% from 255) = 77.29%

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

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

R = 77.29%
G = 3.93%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B1092B (or 0xB1092B) is known color: Cardinal. HEX triplet: B1, 09 and 2B. RGB value is (177,9,43). Sum of RGB (Red+Green+Blue) = 177+9+43=229 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.29% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 177 - color contains mainly: red. Hex color #B1092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1092B is #4EF6D4. Grayscale: #3F3F3F. Windows color (decimal): -5174997 or 2820529. OLE color: 2820529.

HSL color Cylindrical-coordinate representation of color #B1092B: hue angle of 347.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1092B is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 43 -
CMYK 0 0.95 0.76 0.31
HSL 347.86º 0.9% 0.36% -
HSV(B) 347.86º 0.95% 0.69% -
XYZ 18.67 9.72 3.18 -
YUV 63.11 116.66 209.24 -
System Red Green Blue C M Y K H S L
Decimal 177 9 43 0 0.95 0.76 0.31 347.86 0.9 0.36
Hex B1 9 2B 0 5F 4C 1F 15C 5A 24
Octal 261 11 53 0 137 114 37 534 132 44
Binary 10110001 1001 101011 0 1011111 1001100 11111 101011100 1011010 100100

Color Harmonies of #B1092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1092B

Black with #B1092B

Text Example


Text Example

White with #B1092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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