Html Css Color HEX #BB0330 Cardinal

📋 copy color: '#BB0330'

red 187 ◦ green 3 ◦ blue 48

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

Shades of Cardinal #BB0330

Tints of Cardinal #BB0330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 78.57%
G = 1.26%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB0330 (or 0xBB0330) is known color: Cardinal. HEX triplet: BB, 03 and 30. RGB value is (187,3,48). Sum of RGB (Red+Green+Blue) = 187+3+48=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0330 is #44FCCF. Grayscale: #3F3F3F. Windows color (decimal): -4521168 or 3146683. OLE color: 3146683.

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

Color convert

RGB 187 3 48 -
CMYK 0 0.98 0.74 0.27
HSL 345.33º 0.97% 0.37% -
HSV(B) 345.33º 0.98% 0.73% -
XYZ 21.06 10.84 3.78 -
YUV 63.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 187 3 48 0 0.98 0.74 0.27 345.33 0.97 0.37
Hex BB 3 30 0 62 4A 1B 159 61 25
Octal 273 3 60 0 142 112 33 531 141 45
Binary 10111011 11 110000 0 1100010 1001010 11011 101011001 1100001 100101

Color Harmonies of #BB0330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0330

Black with #BB0330

Text Example


Text Example

White with #BB0330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0330; }

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

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

background-color css

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

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

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

border-color css

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

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

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