Html Css Color HEX #BB103D Cardinal

📋 copy color: '#BB103D'

red 187 ◦ green 16 ◦ blue 61

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

Shades of Cardinal #BB103D

Tints of Cardinal #BB103D

RGB

 RED value IS 187 (73.44% from 255) = 70.83%

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 70.83%
G = 6.06%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB103D (or 0xBB103D) is known color: Cardinal. HEX triplet: BB, 10 and 3D. RGB value is (187,16,61). Sum of RGB (Red+Green+Blue) = 187+16+61=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB103D is #44EFC2. Grayscale: #484848. Windows color (decimal): -4517827 or 4001979. OLE color: 4001979.

HSL color Cylindrical-coordinate representation of color #BB103D: hue angle of 344.21º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB103D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 61 -
CMYK 0 0.91 0.67 0.27
HSL 344.21º 0.84% 0.4% -
HSV(B) 344.21º 0.91% 0.73% -
XYZ 21.52 11.27 5.46 -
YUV 72.26 121.65 209.84 -
System Red Green Blue C M Y K H S L
Decimal 187 16 61 0 0.91 0.67 0.27 344.21 0.84 0.4
Hex BB 10 3D 0 5B 43 1B 158 54 28
Octal 273 20 75 0 133 103 33 530 124 50
Binary 10111011 10000 111101 0 1011011 1000011 11011 101011000 1010100 101000

Color Harmonies of #BB103D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB103D

Black with #BB103D

Text Example


Text Example

White with #BB103D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB103D; }

 p { color: rgb(187,16,61); }

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

background-color css

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

 a { background-color: rgb(187,16,61); }

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

border-color css

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

 span { border-color: rgb(187,16,61); }

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