Html Css Color HEX #BB102F Cardinal

📋 copy color: '#BB102F'

red 187 ◦ green 16 ◦ blue 47

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

Shades of Cardinal #BB102F

Tints of Cardinal #BB102F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 74.8%
G = 6.4%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB102F (or 0xBB102F) is known color: Cardinal. HEX triplet: BB, 10 and 2F. RGB value is (187,16,47). Sum of RGB (Red+Green+Blue) = 187+16+47=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB102F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB102F is #44EFD0. Grayscale: #464646. Windows color (decimal): -4517841 or 3084475. OLE color: 3084475.

HSL color Cylindrical-coordinate representation of color #BB102F: hue angle of 349.12º 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 #BB102F is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 47 -
CMYK 0 0.91 0.75 0.27
HSL 349.12º 0.84% 0.4% -
HSV(B) 349.12º 0.91% 0.73% -
XYZ 21.19 11.14 3.72 -
YUV 70.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 187 16 47 0 0.91 0.75 0.27 349.12 0.84 0.4
Hex BB 10 2F 0 5B 4B 1B 15D 54 28
Octal 273 20 57 0 133 113 33 535 124 50
Binary 10111011 10000 101111 0 1011011 1001011 11011 101011101 1010100 101000

Color Harmonies of #BB102F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB102F

Black with #BB102F

Text Example


Text Example

White with #BB102F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB102F; }

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

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

background-color css

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

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

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

border-color css

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

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

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