Html Css Color HEX #B1083B Cardinal

📋 copy color: '#B1083B'

red 177 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #B1083B

Tints of Cardinal #B1083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 59 (23.44% from 255) = 24.18%

R = 72.54%
G = 3.28%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#B1083B (or 0xB1083B) is known color: Cardinal. HEX triplet: B1, 08 and 3B. RGB value is (177,8,59). Sum of RGB (Red+Green+Blue) = 177+8+59=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1083B is #4EF7C4. Grayscale: #404040. Windows color (decimal): -5175237 or 3868849. OLE color: 3868849.

HSL color Cylindrical-coordinate representation of color #B1083B: hue angle of 341.89º degrees, saturation: 0.91, 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 #B1083B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 59 -
CMYK 0 0.95 0.67 0.31
HSL 341.89º 0.91% 0.36% -
HSV(B) 341.89º 0.95% 0.69% -
XYZ 19.01 9.84 5.03 -
YUV 64.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 177 8 59 0 0.95 0.67 0.31 341.89 0.91 0.36
Hex B1 8 3B 0 5F 43 1F 156 5B 24
Octal 261 10 73 0 137 103 37 526 133 44
Binary 10110001 1000 111011 0 1011111 1000011 11111 101010110 1011011 100100

Color Harmonies of #B1083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1083B

Black with #B1083B

Text Example


Text Example

White with #B1083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1083B; }

 p { color: rgb(177,8,59); }

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

background-color css

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

 a { background-color: rgb(177,8,59); }

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

border-color css

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

 span { border-color: rgb(177,8,59); }

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