Html Css Color HEX #BB033A Cardinal

📋 copy color: '#BB033A'

red 187 ◦ green 3 ◦ blue 58

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

Shades of Cardinal #BB033A

Tints of Cardinal #BB033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 75.4%
G = 1.21%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB033A (or 0xBB033A) is known color: Cardinal. HEX triplet: BB, 03 and 3A. RGB value is (187,3,58). Sum of RGB (Red+Green+Blue) = 187+3+58=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB033A is #44FCC5. Grayscale: #404040. Windows color (decimal): -4521158 or 3802043. OLE color: 3802043.

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

Color convert

RGB 187 3 58 -
CMYK 0 0.98 0.69 0.27
HSL 342.07º 0.97% 0.37% -
HSV(B) 342.07º 0.98% 0.73% -
XYZ 21.29 10.94 4.99 -
YUV 64.29 124.46 215.53 -
System Red Green Blue C M Y K H S L
Decimal 187 3 58 0 0.98 0.69 0.27 342.07 0.97 0.37
Hex BB 3 3A 0 62 45 1B 156 61 25
Octal 273 3 72 0 142 105 33 526 141 45
Binary 10111011 11 111010 0 1100010 1000101 11011 101010110 1100001 100101

Color Harmonies of #BB033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB033A

Black with #BB033A

Text Example


Text Example

White with #BB033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB033A; }

 p { color: rgb(187,3,58); }

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

background-color css

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

 a { background-color: rgb(187,3,58); }

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

border-color css

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

 span { border-color: rgb(187,3,58); }

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