Html Css Color HEX #BB013D Cardinal

📋 copy color: '#BB013D'

red 187 ◦ green 1 ◦ blue 61

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

Shades of Cardinal #BB013D

Tints of Cardinal #BB013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 75.1%
G = 0.4%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB013D (or 0xBB013D) is known color: Cardinal. HEX triplet: BB, 01 and 3D. RGB value is (187,1,61). Sum of RGB (Red+Green+Blue) = 187+1+61=249 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.10% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 187 - color contains mainly: red. Hex color #BB013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB013D is #44FEC2. Grayscale: #3F3F3F. Windows color (decimal): -4521667 or 3998139. OLE color: 3998139.

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

Color convert

RGB 187 1 61 -
CMYK 0 0.99 0.67 0.27
HSL 340.65º 0.99% 0.37% -
HSV(B) 340.65º 0.99% 0.73% -
XYZ 21.35 10.92 5.4 -
YUV 63.45 126.62 216.12 -
System Red Green Blue C M Y K H S L
Decimal 187 1 61 0 0.99 0.67 0.27 340.65 0.99 0.37
Hex BB 1 3D 0 63 43 1B 155 63 25
Octal 273 1 75 0 143 103 33 525 143 45
Binary 10111011 1 111101 0 1100011 1000011 11011 101010101 1100011 100101

Color Harmonies of #BB013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB013D

Black with #BB013D

Text Example


Text Example

White with #BB013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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