Html Css Color HEX #BB033D Cardinal

📋 copy color: '#BB033D'

red 187 ◦ green 3 ◦ blue 61

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

Shades of Cardinal #BB033D

Tints of Cardinal #BB033D

RGB

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

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

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

R = 74.5%
G = 1.2%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB033D (or 0xBB033D) is known color: Cardinal. HEX triplet: BB, 03 and 3D. RGB value is (187,3,61). Sum of RGB (Red+Green+Blue) = 187+3+61=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB033D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB033D is #44FCC2. Grayscale: #404040. Windows color (decimal): -4521155 or 3998651. OLE color: 3998651.

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

Color convert

RGB 187 3 61 -
CMYK 0 0.98 0.67 0.27
HSL 341.09º 0.97% 0.37% -
HSV(B) 341.09º 0.98% 0.73% -
XYZ 21.37 10.97 5.41 -
YUV 64.63 125.96 215.28 -
System Red Green Blue C M Y K H S L
Decimal 187 3 61 0 0.98 0.67 0.27 341.09 0.97 0.37
Hex BB 3 3D 0 62 43 1B 155 61 25
Octal 273 3 75 0 142 103 33 525 141 45
Binary 10111011 11 111101 0 1100010 1000011 11011 101010101 1100001 100101

Color Harmonies of #BB033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB033D

Black with #BB033D

Text Example


Text Example

White with #BB033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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