Html Css Color HEX #B1083C Cardinal

📋 copy color: '#B1083C'

red 177 ◦ green 8 ◦ blue 60

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

Shades of Cardinal #B1083C

Tints of Cardinal #B1083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 72.24%
G = 3.27%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B1083C (or 0xB1083C) is known color: Cardinal. HEX triplet: B1, 08 and 3C. RGB value is (177,8,60). Sum of RGB (Red+Green+Blue) = 177+8+60=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1083C is #4EF7C3. Grayscale: #404040. Windows color (decimal): -5175236 or 3934385. OLE color: 3934385.

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

Color convert

RGB 177 8 60 -
CMYK 0 0.95 0.66 0.31
HSL 341.54º 0.91% 0.36% -
HSV(B) 341.54º 0.95% 0.69% -
XYZ 19.03 9.85 5.17 -
YUV 64.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 177 8 60 0 0.95 0.66 0.31 341.54 0.91 0.36
Hex B1 8 3C 0 5F 42 1F 156 5B 24
Octal 261 10 74 0 137 102 37 526 133 44
Binary 10110001 1000 111100 0 1011111 1000010 11111 101010110 1011011 100100

Color Harmonies of #B1083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1083C

Black with #B1083C

Text Example


Text Example

White with #B1083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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