Html Css Color HEX #BB003B Cardinal

📋 copy color: '#BB003B'

red 187 ◦ green 0 ◦ blue 59

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

Shades of Cardinal #BB003B

Tints of Cardinal #BB003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.02%
G = 0%
B = 23.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB003B (or 0xBB003B) is known color: Cardinal. HEX triplet: BB, 00 and 3B. RGB value is (187,0,59). Sum of RGB (Red+Green+Blue) = 187+0+59=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB003B is #44FFC4. Grayscale: #3E3E3E. Windows color (decimal): -4521925 or 3866811. OLE color: 3866811.

HSL color Cylindrical-coordinate representation of color #BB003B: hue angle of 341.07º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB003B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 59 -
CMYK 0 1 0.68 0.27
HSL 341.07º 1% 0.37% -
HSV(B) 341.07º 1% 0.73% -
XYZ 21.28 10.88 5.12 -
YUV 62.64 125.95 216.7 -
System Red Green Blue C M Y K H S L
Decimal 187 0 59 0 1 0.68 0.27 341.07 1 0.37
Hex BB 0 3B 0 64 44 1B 155 64 25
Octal 273 0 73 0 144 104 33 525 144 45
Binary 10111011 0 111011 0 1100100 1000100 11011 101010101 1100100 100101

Color Harmonies of #BB003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB003B

Black with #BB003B

Text Example


Text Example

White with #BB003B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB003B; }

 p { color: rgb(187,0,59); }

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

background-color css

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

 a { background-color: rgb(187,0,59); }

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

border-color css

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

 span { border-color: rgb(187,0,59); }

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