Html Css Color HEX #BB053D Cardinal

📋 copy color: '#BB053D'

red 187 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #BB053D

Tints of Cardinal #BB053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 73.91%
G = 1.98%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB053D (or 0xBB053D) is known color: Cardinal. HEX triplet: BB, 05 and 3D. RGB value is (187,5,61). Sum of RGB (Red+Green+Blue) = 187+5+61=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB053D is #44FAC2. Grayscale: #414141. Windows color (decimal): -4520643 or 3999163. OLE color: 3999163.

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

Color convert

RGB 187 5 61 -
CMYK 0 0.97 0.67 0.27
HSL 341.54º 0.95% 0.38% -
HSV(B) 341.54º 0.97% 0.73% -
XYZ 21.39 11.01 5.41 -
YUV 65.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 187 5 61 0 0.97 0.67 0.27 341.54 0.95 0.38
Hex BB 5 3D 0 61 43 1B 156 5F 26
Octal 273 5 75 0 141 103 33 526 137 46
Binary 10111011 101 111101 0 1100001 1000011 11011 101010110 1011111 100110

Color Harmonies of #BB053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB053D

Black with #BB053D

Text Example


Text Example

White with #BB053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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