Html Css Color HEX #BB013C Cardinal

📋 copy color: '#BB013C'

red 187 ◦ green 1 ◦ blue 60

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

Shades of Cardinal #BB013C

Tints of Cardinal #BB013C

RGB

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

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

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

R = 75.4%
G = 0.4%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB013C (or 0xBB013C) is known color: Cardinal. HEX triplet: BB, 01 and 3C. RGB value is (187,1,60). Sum of RGB (Red+Green+Blue) = 187+1+60=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB013C is #44FEC3. Grayscale: #3F3F3F. Windows color (decimal): -4521668 or 3932603. OLE color: 3932603.

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

Color convert

RGB 187 1 60 -
CMYK 0 0.99 0.68 0.27
HSL 340.97º 0.99% 0.37% -
HSV(B) 340.97º 0.99% 0.73% -
XYZ 21.32 10.91 5.26 -
YUV 63.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 187 1 60 0 0.99 0.68 0.27 340.97 0.99 0.37
Hex BB 1 3C 0 63 44 1B 155 63 25
Octal 273 1 74 0 143 104 33 525 143 45
Binary 10111011 1 111100 0 1100011 1000100 11011 101010101 1100011 100101

Color Harmonies of #BB013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB013C

Black with #BB013C

Text Example


Text Example

White with #BB013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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